From cd6be82bbff95d00d7cb26f629f5f14c467a9084 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 18 Nov 2019 12:00:42 +0100 Subject: [PATCH] DATAREDIS-1057 - 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 a38ff1c4a..53eb95184 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Redis Changelog =========================== +Changes in version 2.1.13.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-1058 - Typo in assert message. +* DATAREDIS-1057 - Release 2.1.13 (Lovelace SR13). + + Changes in version 2.2.1.RELEASE (2019-11-04) --------------------------------------------- * DATAREDIS-1055 - Upgrade to Lettuce 5.2.1.