Explorar o código

Update CHANGELOG.

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
12c3e611a0
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      CHANGELOG

+ 6 - 0
CHANGELOG

@@ -3,6 +3,12 @@ v0.6.3 (201x-xx-xx)
       - Strings: SETRANGE, GETRANGE, SETBIT, GETBIT
       - Lists  : BRPOPLPUSH
 
+  * The abstraction for MULTI/EXEC transactions has been dramatically improved 
+    by providing support for check-and-set (CAS) operations when using Redis >= 
+    2.2. Aborted transactions can also be optionally replayed in automatic up 
+    to a user-defined number of times, after which a Predis\AbortedMultiExec 
+    exception is thrown.
+
 v0.6.2 (2010-11-28)
   * Minor internal improvements and clean ups.