From 7656fd3160a469345c47a9c47fdc4ba49a17b003 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 27 Jun 2012 11:03:59 +0300 Subject: [PATCH] update changelog --- docs/src/info/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index b983107cc..bb6348a2b 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -38,6 +38,7 @@ Package o.s.d.redis.core * Expanded ZSetOperations#removeRange* to return the number of elements removed * Improved binding of Redis connections to thread * Refined handling of pipelined connections to allow potential exceptions to properly propagate +* Expanded HashOperations#multiGet and #values to return List instead of Collection Package o.s.d.redis.listener * Improved lifecycle of RedisMessageListenerContainer