From 3e6235dab9e2a3f8a157bf00a417e65abe998985 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 11:33:03 +0100 Subject: [PATCH] DATAREDIS-586 - 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 5fb4e8e0b..d5f3ba5c0 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.7.7.RELEASE (2017-01-26) +--------------------------------------------- +* DATAREDIS-593 - Enums with a customized toString method cannot be deserialized from byte[]. +* DATAREDIS-586 - Release 1.7.7 (Hopper SR7). +* DATAREDIS-564 - Invoking JedisConnection.expire during transaction/pipelining can cause NPE. + + Changes in version 1.8.0.RELEASE (2017-01-26) --------------------------------------------- * DATAREDIS-594 - Update "what’s new" section in reference documentation.