From 6e54cd651990d6bfea77b7dc95cf02f768000aa4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 18 Nov 2019 12:31:51 +0100 Subject: [PATCH] DATAREDIS-1059 - 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 53eb95184..e2d0f6c7c 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.2.RELEASE (2019-11-18) +--------------------------------------------- +* DATAREDIS-1067 - Documentation for MappingConfiguration uses wrong arguments. +* DATAREDIS-1066 - Improve documentation for Jedis pooling configuration. +* DATAREDIS-1064 - ListOperations.rPush/lPush with pivot comments wrong. +* DATAREDIS-1060 - Redis password should not automatically be applied to sentinel. +* DATAREDIS-1059 - Release 2.2.2 (Moore SR2). +* DATAREDIS-1058 - Typo in assert message. + + Changes in version 2.1.13.RELEASE (2019-11-18) ---------------------------------------------- * DATAREDIS-1067 - Documentation for MappingConfiguration uses wrong arguments.