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