From 95d98bae31c8e49456bec096c5d79a2c255b99f3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 24 Jul 2017 18:43:19 +0200 Subject: [PATCH] DATAREDIS-653 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2fd7e009d..151b229e7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,13 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 1.8.5.RELEASE (2017-07-24) +--------------------------------------------- +* DATAREDIS-657 - Fix unit tests after API changes in Spring Data Commons. +* DATAREDIS-653 - Release 1.8.5 (Ingalls SR5). +* DATAREDIS-647 - SDIFF on cluster connection drops last key. + + Changes in version 2.0.0.M4 (2017-06-14) ---------------------------------------- * DATAREDIS-651 - Upgrade to Reactor 3.1 M2.