From 31947789f4a7151bf63bca536e2f8bb5c8a8d2b3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 2 May 2014 14:41:00 +0200 Subject: [PATCH] DATAREDIS-297 - Updated changelog. --- docs/src/info/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 91e6d26f3..95744be9e 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,16 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 1.3.0.RC1 (2014-05-02) +----------------------------------------- +* DATAREDIS-298 - Unneeded jcl-over-slf4j dependency. +* DATAREDIS-297 - Release 1.3 RC1. +* DATAREDIS-296 - Upgrade jedis to recent version. +* DATAREDIS-293 - JedisConnection does not allow bulk adding multiple elements with the same score to a sorted set. +* DATAREDIS-226 - Individual syntax errors on Lettuce transactions are not reported. +* DATAREDIS-73 - add TransactionAware* Driver interfaces. + + Changes in version 1.3.0.M1 (2014-03-31) ---------------------------------------- Fix