Browse Source

Update CHANGELOG.

Daniele Alessandri 14 years ago
parent
commit
4a6bab995e
1 changed files with 3 additions and 0 deletions
  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.