From 5e77dee4dceee6a7e9df1e93c4dd2f473452c3a7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 27 Oct 2017 15:24:21 +0200 Subject: [PATCH] DATAREDIS-709 - 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 5bded71db..ad4e4dc9d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,15 @@ 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 2.0.1.RELEASE (2017-10-27) +--------------------------------------------- +* DATAREDIS-720 - Reactive connections using Lettuce do not use shared connection. +* DATAREDIS-719 - Improve connection FutureResult handling for pipeline and tx mode. +* DATAREDIS-711 - ClassCastException in Lua script result processing returning List. +* DATAREDIS-709 - Release 2.0.1 (Kay SR1). +* DATAREDIS-619 - Provide documentation for reactive Redis Template API. + + Changes in version 1.8.8.RELEASE (2017-10-11) --------------------------------------------- * DATAREDIS-689 - Release 1.8.8 (Ingalls SR8).