From b3599a8e6b93aa3e26fe3a54ea62f30c6c19348d Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sun, 11 Jul 2010 17:11:58 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 71b43358..f2877f61 100644 --- a/CHANGELOG +++ b/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.