From f5bca54bbaf995e0f6635c133ee7718c742b2505 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 27 Dec 2011 10:39:09 +0100 Subject: [PATCH] Fix CHANGELOG. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfd6252..7c3169ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ v0.7.1 (201x-xx-xx) =============================================================================== -- PearHub's PEAR channel has been deprecated in favour of `pear.nrk.io`. +- The PEAR channel on PearHub has been deprecated in favour of `pear.nrk.io`. - Miscellaneous minor fixes. @@ -10,8 +10,8 @@ v0.7.1 (201x-xx-xx) routed to one of the slaves. Please refer to ISSUE #21 for a bit of history and more details about replication support in Predis. -- The 'profile' client option now accepts a callable object used to initialize - a new instance of Predis\Profiles\IServerProfile. +- The `profile` client option now accepts a callable object used to initialize + a new instance of `Predis\Profiles\IServerProfile`. - Exposed a method for MULTI / EXEC contexts that adds the ability to execute instances of Redis commands against transaction objects.