From 202473d574d4768f8d38a19995360469a6a2f95e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:18 +0200 Subject: [PATCH] DATAREDIS-429 - 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 377e5a80c..110643c21 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.6.0.RELEASE (2015-09-01) +--------------------------------------------- +* DATAREDIS-429 - Release 1.6 GA (Gosling). +* DATAREDIS-426 - Upgrade to lettuce 3.3. +* DATAREDIS-424 - Update Reference Documentation. +* DATAREDIS-421 - NullPointerException when saving null values. +* DATAREDIS-392 - Jackson2RedisSerializer cannot deserialize ObjectId fields. + + Changes in version 1.6.0.RC1 (2015-08-04) ----------------------------------------- * DATAREDIS-420 - Release 1.6 RC1 (Gosling).