From 32d0277ffbc98505ec9090dc94480741abef33ab Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 16:26:39 +0200 Subject: [PATCH] DATAREDIS-301 - Updated changelog. --- docs/src/info/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index b68c88ad0..7d7395511 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,15 @@ 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.RELEASE (2014-05-20) +--------------------------------------------- +* DATAREDIS-303 - Upgrade to Spring 3.2.9. +* DATAREDIS-302 - DecoratingStringHashMapper breaks RetwisJ sample. +* DATAREDIS-301 - Release 1.3 GA. +* DATAREDIS-300 - RedisConnectionUtils: inconsistency with connection open() and close(). +* DATAREDIS-299 - Assert compatibility with Spring IO. + + Changes in version 1.3.0.RC1 (2014-05-02) ----------------------------------------- * DATAREDIS-298 - Unneeded jcl-over-slf4j dependency.