From 9dda253b2d29a946d78958ec355a1ecc8a187c7e 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 10b10bce1..6d0211a92 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. @@ -2167,5 +2176,6 @@ General +