From 467a7a12dab5d94c12e184bc2af93d7dd1fc52c6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 13 May 2019 11:59:01 +0200 Subject: [PATCH] DATAREDIS-970 - 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 a960496b2..e399546b7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.0.M4 (2019-05-13) +---------------------------------------- +* DATAREDIS-982 - Upgrade to Redis 5.0.4. +* DATAREDIS-981 - XRANGE with COUNT -1 option no longer works on Redis 5.0.1+. +* DATAREDIS-972 - Incorrect logic in RedisCommand.validateArgumentCount(int). +* DATAREDIS-971 - BitFieldSubCommands.signed() initializes BitFieldType unsigned. +* DATAREDIS-970 - Release 2.2 M4 (Moore). +* DATAREDIS-956 - LettucePoolingClientConfigurationBuilder does not support ReadFrom. + + Changes in version 1.8.21.RELEASE (2019-05-10) ---------------------------------------------- * DATAREDIS-972 - Incorrect logic in RedisCommand.validateArgumentCount(int).