From 64f3e8f6a3d6f60a3ec4c1eb9610c2c7bdb33d34 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 4 Dec 2019 14:11:41 +0100 Subject: [PATCH] DATAREDIS-1069 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c59cfa480..f92e04b53 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.3.RELEASE (2019-12-04) +--------------------------------------------- +* DATAREDIS-1070 - Fix comment on ZSetOperations.reverseRangeByScore. +* DATAREDIS-1069 - Release 2.2.3 (Moore SR3). +* DATAREDIS-1062 - Disable select database command before executing each command. +* DATAREDIS-1055 - Upgrade to Lettuce 5.2.1. + + Changes in version 2.1.14.RELEASE (2019-12-04) ---------------------------------------------- * DATAREDIS-1070 - Fix comment on ZSetOperations.reverseRangeByScore. @@ -1826,3 +1834,4 @@ General * Atomic counter support classes * JDK Collection implementations on top of Redis +