ソースを参照

Update CHANGELOG.

Daniele Alessandri 9 年 前
コミット
62f5ce6baf
1 ファイル変更6 行追加0 行削除
  1. 6 0
      CHANGELOG.md

+ 6 - 0
CHANGELOG.md

@@ -1,6 +1,12 @@
 v1.0.4 (2016-05-xx)
 ================================================================================
 
+- Added new profile for Redis 3.2 with its new commands: `HSTRLEN`, `BITFIELD`,
+  `GEOADD`, `GEOHASH`, `GEOPOS`, `GEODIST`, `GEORADIUS`, `GEORADIUSBYMEMBER`.
+  The default server profile for Predis is still the one for Redis 3.0 you must
+  set the `profile` client option to `3.2` when initializing the client in order
+  to be able to use them when connecting to Redis 3.2.
+
 - Various improvements in the handling of redis-cluster:
 
     - If the connection to a specific node fails when executing a command, the