From d1aaa90a2a87aa99f8e6babd19639d616e6c1c4e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 28 Jan 2015 11:24:06 +0100 Subject: [PATCH] DATAREDIS-366 - Updated changelog. --- docs/src/info/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 0ab97c19a..267ece736 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/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 1.4.2.RELEASE (2015-01-28) +--------------------------------------------- +* DATAREDIS-366 - Release 1.4.2. +* DATAREDIS-364 - Add extension possibility to RedisCacheManager. +* DATAREDIS-361 - Fix gradle docsZip not picking up reference html. +* DATAREDIS-356 - Scripts don't try EVAL after EVALSHA fails. +* DATAREDIS-354 - Jackson2JsonRedisSerializer should allow to customise the JavaType for deserialization via getJavaType(). + + Changes in version 1.3.5.RELEASE (2015-01-27) --------------------------------------------- * DATAREDIS-365 - Release 1.3.5.