Explorar el Código

Update CHANGELOG.

Daniele Alessandri hace 10 años
padre
commit
79539c3bcf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -25,6 +25,10 @@ v0.8.6 (2014-xx-xx)
 - __FIX__: prevent stack overflows when using the abstraction for cursor-based
   iterators over large collections (ISSUE #182).
 
+- __FIX__: properly discards a transaction when the server immediatly returns an
+  error response (e.g. -OOM or -ERR on invalid arguments for a command) instead
+  of a +QUEUED response (ISSUE #187).
+
 - Upgraded to PHPUnit 4.* for the test suite.