ソースを参照

Update CHANGELOG.

Daniele Alessandri 10 年 前
コミット
79539c3bcf
1 ファイル変更4 行追加0 行削除
  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.