diff --git a/CHANGELOG b/CHANGELOG index f899bcd3..6a1c608b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,9 @@ v0.6.2 (2010-xx-xx) - Strings: STRLEN - Lists : LINSERT, RPUSHX, LPUSHX + * WATCH also accepts a single array parameter with the keys that should be + monitored during a transaction. + * Improved the behaviour of Predis\MultiExecBlock in certain corner cases. * Improved parameters checking for the SORT command.