Explorar o código

Update CHANGELOG.

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
c73d0b375b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      CHANGELOG

+ 3 - 1
CHANGELOG

@@ -1,8 +1,10 @@
 v0.6.6 (2011-xx-xx)
+  * Added a VERSION constant to Predis\Client.
+
   * Some performance improvements for multibulk replies (parsing them is about 
     16% faster than the previous version).
 
-  * Add support for connecting to Redis using UNIX domain sockets (ISSUE #25).
+  * Added support for connecting to Redis using UNIX domain sockets (ISSUE #25).
 
   * ZUNIONSTORE and ZINTERSTORE can accept an array to specify a list of the 
     source keys to be used to populate the destination key.