From e78911d58ea250b1fddd28be3e6c1ec60f1b30ee Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:07:09 +0100 Subject: [PATCH] Updated changelog. See #1830 --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d96949890..f6bb16799 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Redis Changelog =========================== +Changes in version 2.3.7.RELEASE (2021-02-17) +--------------------------------------------- +* DATAREDIS-1263 - Kotlin code fails to compile on JDK 15. +* #1970 - Include Bintray plugin repository. +* #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). +* #1942 - Update copyright year to 2021. +* #1941 - Upgrade to Lettuce 5.3.6.RELEASE. +* #1939 - Upgrade to xstream 1.4.15. +* #1779 - Update repository after GitHub issues migration. + + Changes in version 2.2.13.RELEASE (2021-02-17) ---------------------------------------------- * #1970 - Include Bintray plugin repository. @@ -2271,5 +2284,6 @@ General +