From 389e98764826eb056f2be5cb7478f99dffa3ed06 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 10 May 2019 12:18:08 +0200 Subject: [PATCH] DATAREDIS-960 - 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 40e3dfb46..214cb7d03 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.1.7.RELEASE (2019-05-10) +--------------------------------------------- +* DATAREDIS-972 - Incorrect logic in RedisCommand.validateArgumentCount(int). +* DATAREDIS-971 - BitFieldSubCommands.signed() initializes BitFieldType unsigned. +* DATAREDIS-960 - Release 2.1.7 (Lovelace SR7). +* DATAREDIS-956 - LettucePoolingClientConfigurationBuilder does not support ReadFrom. + + Changes in version 2.2.0.M3 (2019-04-11) ---------------------------------------- * DATAREDIS-953 - Shared Lettuce connection released twice on failed validation.