소스 검색

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)
 ================================================================================