From 4cd6b82e7bcd2d7c4aedb076575dd0c10229fcad Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 28 Jul 2015 14:52:45 +0200 Subject: [PATCH] DATAREDIS-418 - Updated changelog. --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index ced595613..cc5d80fb3 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,13 @@ 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.2.RELEASE (2015-07-28) +--------------------------------------------- +* DATAREDIS-418 - Release 1.5.2 (Fowler). +* DATAREDIS-416 - RedisCache#putIfAbesent breaks contract defined by o.s.cache.Cache. +* DATAREDIS-412 - Support for Jedis 2.7.1, 2.7.2 and 2.7.3. + + Changes in version 1.3.6.RELEASE (2015-07-01) --------------------------------------------- * DATAREDIS-408 - Release 1.3.6 (Dijkstra).