From 51809bb23b17cf34d328fb2475fe600b2ba890ef Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 7 Jun 2017 11:10:22 +0200 Subject: [PATCH] DATAREDIS-630 - Updated changelog. --- src/main/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b392d2d08..cef40b8f5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,12 @@ 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.7.11.RELEASE (2017-06-07) +---------------------------------------------- +* DATAREDIS-637 - ClusterConnections do not close dedicated ClusterCommandExecutor instances. +* DATAREDIS-630 - Release 1.7.11 (Hopper SR11). + + Changes in version 2.0.0.M3 (2017-05-09) ---------------------------------------- * DATAREDIS-642 - Upgrade to Lettuce 5.0 M2.