From f00bf6443dbdcc558b7b2e34f7ad78353413ee2a Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sun, 11 Mar 2012 14:01:43 +0100 Subject: [PATCH] Update CHANGELOG. [ci skip] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd56a351..19dece62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,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 @@ -10,6 +10,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) ===============================================================================