Update CHANGELOG.

[ci skip]
This commit is contained in:
Daniele Alessandri
2015-07-23 21:05:05 +02:00
parent baaf26fe5b
commit 4e976a3eb6
+5 -1
View File
@@ -1,7 +1,11 @@
v1.0.2 (2015-xx-xx)
================================================================================
- Added missing command: `ZREVRANGEBYLEX` (>= 2.8).
- Allow the use of `redis` as a scheme in URI strings for connection parameters,
as described in the provisional IANA registration document published on IANA's
[website](http://www.iana.org/assignments/uri-schemes/prov/redis).
- Added missing commands: `ZREVRANGEBYLEX` (>= 2.8), `MIGRATE` (>= 2.6).
- 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.