ソースを参照

Update CHANGELOG.

Daniele Alessandri 11 年 前
コミット
36a04e84d7
1 ファイル変更5 行追加0 行削除
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -12,6 +12,11 @@ v1.0.0 (201x-xx-xx)
   values carrying the original payload, so one can do `$response == 'OK'` which
   values carrying the original payload, so one can do `$response == 'OK'` which
   is also more akin to how Redis replies to clients.
   is also more akin to how Redis replies to clients.
 
 
+- Commands `ZRANGE`, `ZRANGEBYSCORE`, `ZREVRANGE` and `ZREVRANGEBYSCORE` using
+  `WITHSCORE` return a named array of member => score instead of an array of
+  [member, score] elements. Insertion order is preserved anyway due to how PHP
+  works internally.
+
 - Invoking `Predis\Client::connect()` when the underlying connection has been
 - Invoking `Predis\Client::connect()` when the underlying connection has been
   already established does not throw any exception anymore, now the connection
   already established does not throw any exception anymore, now the connection
   simply does not attempt to perform any operation.
   simply does not attempt to perform any operation.