From 87d7401ae8fc908dd45369ec796a2b4a61422e3d Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 6 Apr 2011 17:04:16 +0300 Subject: [PATCH] + update changelog --- src/main/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f0d4f2066..d2d5c4626 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -13,6 +13,7 @@ General * Added dedicated SORT and SORT/GET support * Introduced HashMapper feature for mapping objects to and from maps * Improved exception hierarchy to be more consistent with Spring DAO +* Made several Redis dependencies optional to eliminate unnecessary jars from the classpath Package o.s.d.k.redis.connection * Added support for indexes to RedisConnectionFactories