From dd8908afe221588fae35be414035d8ffd1208e55 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 24 Jan 2018 12:20:11 +0100 Subject: [PATCH] DATAREDIS-736 - 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 61176fbc9..07fbe2ae5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Redis Changelog =========================== +Changes in version 1.8.10.RELEASE (2018-01-24) +---------------------------------------------- +* DATAREDIS-756 - MGET with repeating cross-slot keys does not return all results. +* DATAREDIS-744 - Secondary indexes not removed if id contains colon. +* DATAREDIS-738 - Align changelog with other modules' format. +* DATAREDIS-736 - Release 1.8.10 (Ingalls SR10). + + Changes in version 2.0.2.RELEASE (2017-11-27) --------------------------------------------- * DATAREDIS-735 - Upgrade to Lettuce 5.0.1.