update changelog

This commit is contained in:
Costin Leau
2012-06-27 11:03:59 +03:00
parent 789314f8d7
commit 7656fd3160

View File

@@ -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