CHANGELOG updated

This commit is contained in:
antirez
2011-04-06 12:46:39 +02:00
parent 0b01578d2e
commit 27fc6199ca

View File

@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
---------
What's new in Redis 2.2.3
=========================
* Fixed issue #503. MONITOR + QUIT (and other combinations) could crash
the server.
* OBJECT command implemented. See http://redis.io/commands/object
* Fixed a problem in redis-cli related to escapes in the form "\x..".
* Fixed a minor memory leak in redis-cli
* Saved RDB on SIGTERM on archs where it was not working properly.
What's new in Redis 2.2.2
=========================