Daniele Alessandri 15 лет назад
Родитель
Сommit
4aca9852fe
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      CHANGELOG

+ 2 - 1
CHANGELOG

@@ -11,7 +11,8 @@ v0.7.0 (2010-xx-xx)
 
 
   * Developers can now register their own classes that implements the 
   * Developers can now register their own classes that implements the 
     Predis\IConnectionSingle interface to handle different URI schemes such as 
     Predis\IConnectionSingle interface to handle different URI schemes such as 
-    'redis', 'tcp', 'udp' or anything else.
+    'redis', 'tcp', 'udp' or anything else. Everything is handled by the 
+    new Predis\ConnectionFactory class.
 
 
   * Added the new Predis\ICommand interface. The Predis\Command class now 
   * Added the new Predis\ICommand interface. The Predis\Command class now 
     implements this interface that is used in the core bits of Predis.
     implements this interface that is used in the core bits of Predis.