From 33afa286048302b9b944663c528c576d330fac0d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 28 Oct 2020 15:46:25 +0100 Subject: [PATCH] DATAREDIS-1232 - 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 5a8256b4d..a3b35b365 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.0 (2020-10-28) +------------------------------------- +* DATAREDIS-1237 - Upgrade to Lettuce 6.0.1.RELEASE. +* DATAREDIS-1234 - LPOS command result not consistent. +* DATAREDIS-1233 - Migrate tests to JUnit 5. +* DATAREDIS-1232 - Release 2.4 GA (2020.0.0). +* DATAREDIS-1212 - Reduce memory allocation when retrieving message content. + + Changes in version 2.3.5.RELEASE (2020-10-28) --------------------------------------------- * DATAREDIS-1238 - Upgrade to Lettuce 5.3.5.RELEASE. @@ -2178,5 +2187,6 @@ General +