소스 검색

Update CHANGELOG.

Daniele Alessandri 15 년 전
부모
커밋
46f5408490
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG

+ 1 - 1
CHANGELOG

@@ -10,7 +10,7 @@ v0.6.1 (2010-xx-xx)
 
   * The LIMIT modifier for ZRANGEBYSCORE can be specified using either: 
       - an indexed array: array($offset, $count)
-      - an associative array: array('limit' => $limit, 'count' => $count)
+      - an associative array: array('offset' => $offset, 'count' => $count)
 
   * The method Predis\Client::__construct() now accepts also instances of 
     Predis\ConnectionParameters.