浏览代码

Update CHANGELOG.

Daniele Alessandri 14 年之前
父节点
当前提交
4a6bab995e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGELOG

+ 3 - 0
CHANGELOG

@@ -29,6 +29,9 @@ v0.7.0 (2010-xx-xx)
     multibulk command is an array is not supported anymore and must be done 
     explicitly inside Predis\Command::filterArguments().
 
+  * It is now possible to pass instances of Predis\ConnectionParameters and 
+    Predis\IConnection as parameters of Predis\Client::__construct().
+
 v0.6.1 (2010-07-11)
   * Minor internal improvements and clean ups.