From c7bb13ecf06be074f8abf503d6f584e1e46b6688 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 10:26:33 +0100 Subject: [PATCH] DATAREDIS-587 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9b8970462..5fb4e8e0b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,19 @@ 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.0.RELEASE (2017-01-26) +--------------------------------------------- +* DATAREDIS-594 - Update "what’s new" section in reference documentation. +* DATAREDIS-593 - Enums with a customized toString method cannot be deserialized from byte[]. +* DATAREDIS-592 - RedisCache.get(Object, Callable) does not set the TTL on the element. +* DATAREDIS-591 - Update project documentation with the CLA tool integration. +* DATAREDIS-589 - Publishing RedisKeyExpiredEvent from other than Repository support causes NullPointerException in RedisKeyValueAdapter. +* DATAREDIS-587 - Release 1.8 GA (Ingalls). +* DATAREDIS-564 - Invoking JedisConnection.expire during transaction/pipelining can cause NPE. +* DATAREDIS-563 - Migrate Jira ticket reference format in tests. +* DATAREDIS-532 - Convert all see http:// links to valid @see links. + + Changes in version 1.7.6.RELEASE (2016-12-21) --------------------------------------------- * DATAREDIS-566 - Release 1.7.6 (Hopper SR6).