From b8b091d7cec32ff858a87e6eecb64c95070dc92f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 11 Oct 2017 16:41:04 +0200 Subject: [PATCH] DATAREDIS-689 - 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 7974b1d85..5bded71db 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.8.8.RELEASE (2017-10-11) +--------------------------------------------- +* DATAREDIS-689 - Release 1.8.8 (Ingalls SR8). +* DATAREDIS-603 - JedisCluster exception conversion produces NullPointerException on cache put operation. + + Changes in version 2.0.0.RELEASE (2017-10-02) --------------------------------------------- * DATAREDIS-705 - set(byte[] key, byte[] value, Expiration expiration, SetOption option) should have return value.