Explorar o código

Update CHANGELOG.

Daniele Alessandri %!s(int64=10) %!d(string=hai) anos
pai
achega
79539c3bcf
Modificáronse 1 ficheiros con 4 adicións e 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.