From a4aafee594873bdd2a32a3f9a3e230076f045ef3 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:59:36 +0100 Subject: [PATCH] Updated changelog. See #1943 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f6bb16799..40f8c102f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.4 (2021-02-17) +------------------------------------- +* #1969 - Preserve order in SetConverter. +* #1961 - DATAREDIS-1955 - Phantom copy is not persisted when entity ttl is changed from positive to negative, causing phantom copy not updated to no expire and counting down, then RedisKeyExpiredEvent publishing. +* #1955 - RedisKeyExpiredEvent is published when entity expiring was changed from positive to -1, resulting in dropping meta information (indexes etc). + + Changes in version 2.3.7.RELEASE (2021-02-17) --------------------------------------------- * DATAREDIS-1263 - Kotlin code fails to compile on JDK 15. @@ -2285,5 +2292,6 @@ General +