Преглед на файлове

Update CHANGELOG.

[ci skip]
Daniele Alessandri преди 10 години
родител
ревизия
7a5d6bac3e
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  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).