From 4899ac3c8a6b954f96b998810ea73d0755d160fe Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 15:01:16 +0200 Subject: [PATCH] DATAREDIS-320 - Updated changelog. --- docs/src/info/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 7d7395511..dba256b79 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,14 @@ 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.1.RELEASE (2014-06-30) +--------------------------------------------- +* DATAREDIS-320 - Release 1.3.1. +* DATAREDIS-317 - Cannot increment RedisAtomicInteger. +* DATAREDIS-310 - Lock of RedisCache is not safe. +* DATAREDIS-307 - Add missing reference documentation for managed transaction support. + + Changes in version 1.3.0.RELEASE (2014-05-20) --------------------------------------------- * DATAREDIS-303 - Upgrade to Spring 3.2.9.