浏览代码

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: 
   * The LIMIT modifier for ZRANGEBYSCORE can be specified using either: 
       - an indexed array: array($offset, $count)
       - 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 
   * The method Predis\Client::__construct() now accepts also instances of 
     Predis\ConnectionParameters.
     Predis\ConnectionParameters.