소스 검색

Update CHANGELOG.

Daniele Alessandri 14 년 전
부모
커밋
c73d0b375b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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.