Browse Source

Update README.

Signed-off-by: Eric Naeseth <eric@thumbtack.com>
Eric Naeseth 13 years ago
parent
commit
1296717c2d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CHANGELOG

+ 3 - 0
CHANGELOG

@@ -14,6 +14,9 @@ v0.7.0 (2010-xx-xx)
       - Predis\Client::setProfile()
       - Predis\Client::setProfile()
         This method is no more part of the public API and has been made private.
         This method is no more part of the public API and has been made private.
 
 
+  * Predis now includes its own autoloader. To use it, include Autoloader.php
+    and call Predis\Autoloader::register().
+
   * The Predis\MultiBulkCommand class has been merged into Predis\Command and 
   * The Predis\MultiBulkCommand class has been merged into Predis\Command and 
     thus removed. If you have code that extends Predis\MultiBulkCommand but 
     thus removed. If you have code that extends Predis\MultiBulkCommand but 
     you can not afford to update your code, you can always implement it again 
     you can not afford to update your code, you can always implement it again