From 0cd6acf6ed57a71d6b2f01c73f392d75f0c25bd9 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 30 Jun 2015 12:31:48 +0200 Subject: [PATCH] DATAREDIS-410 - 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 0b419a792..7f78db755 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.5.1.RELEASE (2015-06-30) +--------------------------------------------- +* DATAREDIS-410 - Release 1.5.1 (Fowler). +* DATAREDIS-403 - Fix JavaDoc stylesheet. +* DATAREDIS-402 - RedisCache should not expire known keys in case ttl of element is not set. +* DATAREDIS-332 - @Transactional Using multiple connections. + + Changes in version 1.6.0.M1 (2015-06-02) ---------------------------------------- * DATAREDIS-400 - Release 1.6 M1 (Gosling).