From dcb4093046e67f01d1ce260ab4bb2d6d8faf714b Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 15 Dec 2012 17:46:00 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a5b1ab..c039b49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ v0.8.1 (201x-xx-xx) +- The `connections` client option can now accept a callable object returning + an instance of `Predis\Connection\ConnectionFactoryInterface`. + +- Client options accepting callable objects as factories now pass their actual + instance to the callable as the second argument. + - __FIX__: a missing use directive in `Predis\Transaction\MultiExecContext` caused PHP errors when Redis did not return `+QUEUED` replies to commands when inside a MULTI / EXEC context.