From 5fb84f727397e2a33daad1b114e729524aa9d5ef Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 25 Jun 2020 11:48:16 +0200 Subject: [PATCH] DATAREDIS-1147 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d72bc492d..f4286329b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.0-M1 (2020-06-25) +---------------------------------------- +* DATAREDIS-1165 - Use standard Spring code of conduct. +* DATAREDIS-1164 - Upgrade to Lettuce 5.3.1.RELEASE. +* DATAREDIS-1161 - DefaultReactiveHashOperations.readHashValue might return null. +* DATAREDIS-1159 - RedisStaticMasterReplicaConfiguration.node(String hostName) should return RedisStaticMasterReplicaConfiguration. +* DATAREDIS-1150 - Add reactive variant of RedisClusterCommands. +* DATAREDIS-1147 - Release 2.4 M1 (2020.0.0). +* DATAREDIS-1143 - Delombok source files. +* DATAREDIS-911 - Spring data redis is not working for custom converter. + + Changes in version 2.3.1.RELEASE (2020-06-10) --------------------------------------------- * DATAREDIS-1164 - Upgrade to Lettuce 5.3.1.RELEASE. @@ -2019,3 +2031,4 @@ General +