From 6a481189a468e7ecc84d431e5059450fa57d4bf7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 15 Nov 2015 14:06:50 +0100 Subject: [PATCH] DATAREDIS-436 - Updated changelog. --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 86dfec022..3ead6e6a4 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,13 @@ 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.1.RELEASE (2015-11-15) +--------------------------------------------- +* DATAREDIS-436 - Release 1.6.1 (Gosling). +* DATAREDIS-435 - PubSubResubscribeTests and PubSubTests rely on other tests having already run previously. +* DATAREDIS-417 - ScanCursor throw " java.util.NoSuchElementException". + + Changes in version 1.4.4.RELEASE (2015-10-14) --------------------------------------------- * DATAREDIS-434 - Release 1.4.4 (Evans).