Daniele Alessandri преди 10 години
родител
ревизия
261d0b824f
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -22,6 +22,9 @@ v0.8.6 (2014-xx-xx)
 - __FIX__: fix parsing of the output of `CLUSTER NODES` to fetch the slots map
   from a node when redis-cluster has slaves in its configuration (ISSUE #165).
 
+- __FIX__: prevent stack overflows when using the abstraction for cursor-based
+  iterators over large collections (ISSUE #182).
+
 - Upgraded to PHPUnit 4.* for the test suite.