From 019fbbf76ef06b9ec6108510b9ff419f2cab6678 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 22 Jul 2020 09:31:10 +0200 Subject: [PATCH] DATAREDIS-1166 - Updated changelog. --- 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 f4286329b..e364ae527 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.1.19.RELEASE (2020-07-22) +---------------------------------------------- +* DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter. +* DATAREDIS-1173 - Close connection unsubscribes from all channels incorrectly using Lettuce. +* DATAREDIS-1166 - Release 2.1.19 (Lovelace SR19). + + Changes in version 2.4.0-M1 (2020-06-25) ---------------------------------------- * DATAREDIS-1165 - Use standard Spring code of conduct. @@ -2032,3 +2039,4 @@ General +