浏览代码

Fix CHANGELOG.

Daniele Alessandri 9 年之前
父节点
当前提交
17b717a8f5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CHANGELOG.md

+ 2 - 1
CHANGELOG.md

@@ -5,10 +5,11 @@ v1.0.4 (2016-xx-xx)
   iterating hash keys containing integer fields (PR #330, ISSUE #331).
 
 - __FIX__: prevent failures when `Predis\Connection\StreamConnection` serializes
-  commands with holes in their arguments (e.g. `[0 => 'key:0', 1 => 'key:1']`).
+  commands with holes in their arguments (e.g. `[0 => 'key:0', 2 => 'key:2']`).
   The same fix has been applied to `Predis\Protocol\Text\RequestSerializer`.
   (ISSUE #316).
 
+
 v1.0.3 (2015-07-30)
 ================================================================================