From 4aca9852fec8b6f4ff4e268984ce7141b45a60fd Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sun, 15 Aug 2010 17:29:08 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 053367b8..e0ca5ba8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,8 @@ v0.7.0 (2010-xx-xx) * Developers can now register their own classes that implements the 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 implements this interface that is used in the core bits of Predis.