浏览代码

Update CHANGELOG.

Daniele Alessandri 13 年之前
父节点
当前提交
d61bb3af07
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      CHANGELOG.md

+ 3 - 1
CHANGELOG.md

@@ -72,7 +72,7 @@ v0.7.2 (2012-xx-xx)
 ===============================================================================
 
 - Added `2.6` in the server profiles aliases list for the upcoming Redis 2.6.
-  `2.4` is still the default server profile.
+  `2.4` is still the default server profile. `dev` now targets Redis 3.0.
 
 - Connection instances can be serialized and unserialized using `serialize()`
   and `unserialize()`. This is handy in certain scenarios such as client-side
@@ -80,6 +80,8 @@ v0.7.2 (2012-xx-xx)
   object with many sub-connections since unserializing them can be up to 5x
   times faster.
 
+- __FIX__: fixed parsing of the payload returned by `MONITOR` with Redis 2.6.
+
 
 v0.7.1 (2011-12-27)
 ===============================================================================