Update CHANGELOG.

This commit is contained in:
Daniele Alessandri
2010-09-25 17:04:29 +02:00
parent 9ac4571f91
commit fa4d654d38
+14
View File
@@ -1,3 +1,17 @@
v0.6.2 (2010-xx-xx)
* Minor internal improvements and clean ups.
* New commands available in the Redis v2.2 profile (dev):
- Strings: STRLEN
- Lists : LINSERT, RPUSHX, LPUSHX
* Improved the behaviour of Predis\MultiExecBlock in certain corner cases.
* Improved parameters checking for the SORT command.
* FIX: the STORE parameter for the SORT command didn't work correctly when
using '0' as the target key (ISSUE #13).
v0.6.1 (2010-07-11)
* Minor internal improvements and clean ups.