From b4e1cfcee7deb48d07cf76fc8dd05276daa5c109 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Fri, 1 Jun 2012 11:15:47 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e60595..523c9664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ v0.7.3 (2012-xx-xx) - __FIX__: `Predis\Commands\ServerEvalSHA::getScriptHash()` was calculating the hash while it just needs to return the first argument of the command. +- __FIX__: `Predis\Autoloader` has been modified to allow cascading autoloaders + for the `Predis` namespace. + + v0.7.2 (2012-04-01) ===============================================================================