From 2fe048bfff856012f42aed9f702334bc5b7d28fd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 24 Jan 2018 13:20:37 +0100 Subject: [PATCH] DATAREDIS-737 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 07fbe2ae5..03cb91ba3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Redis Changelog =========================== +Changes in version 2.0.3.RELEASE (2018-01-24) +--------------------------------------------- +* DATAREDIS-759 - Fix line endings. +* DATAREDIS-756 - MGET with repeating cross-slot keys does not return all results. +* DATAREDIS-755 - LettuceSslClientConfigurationBuilder methods are package-protected. +* DATAREDIS-744 - Secondary indexes not removed if id contains colon. +* DATAREDIS-738 - Align changelog with other modules' format. +* DATAREDIS-737 - Release 2.0.3 (Kay SR3). +* DATAREDIS-714 - JedisConnection always executes SELECT via RedisTemplate. + + Changes in version 1.8.10.RELEASE (2018-01-24) ---------------------------------------------- * DATAREDIS-756 - MGET with repeating cross-slot keys does not return all results.