From 5bc52ddecdee472a2d9d1cef03e20a48c06565bd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 22 Jul 2020 09:55:25 +0200 Subject: [PATCH] DATAREDIS-1167 - 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 e364ae527..b8aff9698 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.2.9.RELEASE (2020-07-22) +--------------------------------------------- +* DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter. +* DATAREDIS-1177 - Upgrade to xstream 1.4.12. +* DATAREDIS-1175 - Unable to read a List from a Redis Stream. +* DATAREDIS-1173 - Close connection unsubscribes from all channels incorrectly using Lettuce. +* DATAREDIS-1167 - Release 2.2.9 (Moore SR9). + + Changes in version 2.1.19.RELEASE (2020-07-22) ---------------------------------------------- * DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter. @@ -2039,4 +2048,5 @@ General +