From 6f26a5a073da57bc00d092a6fd142c72e5fbda2e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 23 Feb 2016 12:56:51 +0100 Subject: [PATCH] DATAREDIS-459 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c896376dd..86c337035 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,16 @@ 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.4.RELEASE (2016-02-23) +--------------------------------------------- +* DATAREDIS-465 - Guard lettuce shutdown during ConnectionFactory.destroy(). +* DATAREDIS-463 - Improve test synchronization. +* DATAREDIS-460 - Remove eclipse specific files from github repository. +* DATAREDIS-459 - Release 1.6.4 (Gosling SR2). +* DATAREDIS-443 - Support of synchronized mode introduced in Spring 4.3. +* DATAREDIS-419 - Switch to Maven build. + + Changes in version 1.7.0.M1 (2016-02-12) ---------------------------------------- * DATAREDIS-461 - Deprecate support for org.codehaus.jackson based Serializers and Mappers.