DATAREDIS-1069 - Updated changelog.

This commit is contained in:
Jens Schauder
2019-12-04 14:11:41 +01:00
parent ec01567ab7
commit 64f3e8f6a3

View File

@@ -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