Skip to content

Commit

Permalink
RELEASE NOTES updated
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Mar 4, 2011
1 parent 3eb3cc9 commit 048c0f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
---------

What's new in Redis 2.2.2
=========================

Redis 2.2.2 is a bugfix release. Changelog:

* AOF file descriptor leak after the first rewrite fixed.
* Return value of GETRANGE / SUBSTR is now an empty string if the interval
specified is not valid, or the key does not exist. Was a null bulk reply
before, but this is against the Redis way.

What's new in Redis 2.2.1
=========================

Expand Down

0 comments on commit 048c0f0

Please sign in to comment.