From dc98b3df34941bb24dc28be3ecc217ff32bd27f0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 27 Nov 2017 16:11:20 +0100 Subject: [PATCH] DATAREDIS-723 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6b8da68d9..47eacf8c1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/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 2.0.2.RELEASE (2017-11-27) +--------------------------------------------- +* DATAREDIS-735 - Upgrade to Lettuce 5.0.1. +* DATAREDIS-733 - Typo in ValueOperations.increment documentation link. +* DATAREDIS-728 - Unnecessary cache configuration map creation in RedisCacheManagerBuilder. +* DATAREDIS-727 - Incorrect documentation for RedisCacheManagerBuilder. +* DATAREDIS-723 - Release 2.0.2 (Kay SR2). +* DATAREDIS-706 - JedisClusterStringCommands.set(…) contains redundant null checks. + + Changes in version 1.8.9.RELEASE (2017-11-27) --------------------------------------------- * DATAREDIS-733 - Typo in ValueOperations.increment documentation link.