Browse Source

Update CHANGELOG.

[ci skip]
Daniele Alessandri 10 years ago
parent
commit
7a5d6bac3e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      CHANGELOG.md

+ 6 - 1
CHANGELOG.md

@@ -1,6 +1,11 @@
-v1.0.1 (2014-xx-xx)
+v1.0.1 (2015-01-xx)
 ================================================================================
 
+- Added `BITPOS` to the server profile for Redis 2.8.
+
+- Connection timeout for read/write operations can now be set for UNIX sockets
+  where the underlying connection uses PHP's stream.
+
 - __FIX__: broken values returned by `Predis\Collection\Iterator\SortedSetKey`
   when iterating sorted set containing integer members (ISSUE #216).