Explorar el Código

Update CHANGELOG.

[ci skip]
Daniele Alessandri hace 10 años
padre
commit
a8862f0fdd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -16,6 +16,9 @@ v0.8.6 (2014-xx-xx)
 - __FIX__: `INCRBYFLOAT` is now handled as expected in cluster and replication
   configurations (ISSUE #159).
 
+- __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).
+
 - Upgraded to PHPUnit 4.* for the test suite.