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.