Browse Source

Update CHANGELOG.

Daniele Alessandri 10 years ago
parent
commit
bff5a9729e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -3,6 +3,10 @@ v1.0.2 (2015-xx-xx)
 
 
 - Added missing command: `ZREVRANGEBYLEX` (>= 2.8).
 - Added missing command: `ZREVRANGEBYLEX` (>= 2.8).
 
 
+- Implemented support for `NX|XX`, `CH`, `INCR` modifiers using the simplified
+  signature of `ZADD` where scores and members are passed as a PHP named array.
+  These modifiers are available since Redis 3.0.2.
+
 - __FIX__: `Predis\Configuration\Options` must not trigger the autoloader when
 - __FIX__: `Predis\Configuration\Options` must not trigger the autoloader when
   option values are strings (ISSUE #257).
   option values are strings (ISSUE #257).