Fix CHANGELOG.

This commit is contained in:
Daniele Alessandri
2011-12-27 10:39:09 +01:00
parent 364aa180f9
commit f5bca54bba
+3 -3
View File
@@ -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.