From ef5034dc72d5ab831ba083f1c7abfd56a0b63dca Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 24 Dec 2011 12:17:03 +0100 Subject: [PATCH] Update CHANGELOG. [ci skip] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c3adac..7cfd6252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ v0.7.1 (201x-xx-xx) =============================================================================== +- PearHub's PEAR channel has been deprecated in favour of `pear.nrk.io`. + - Miscellaneous minor fixes. - Added transparent support for master / slave replication configurations where @@ -11,7 +13,8 @@ v0.7.1 (201x-xx-xx) - The 'profile' client option now accepts a callable object used to initialize a new instance of Predis\Profiles\IServerProfile. -- PearHub's PEAR channel has been deprecated in favour of `pear.nrk.io`. +- Exposed a method for MULTI / EXEC contexts that adds the ability to execute + instances of Redis commands against transaction objects. v0.7.0 (2011-12-11)