From 70c4a07f88cd70aa82a5aaf3cd216862deda664d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 2 Jun 2015 08:25:04 +0200 Subject: [PATCH] DATAREDIS-400 - Updated changelog. --- docs/src/info/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index ffaababb0..0b419a792 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,17 @@ 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.M1 (2015-06-02) +---------------------------------------- +* DATAREDIS-400 - Release 1.6 M1 (Gosling). +* DATAREDIS-396 - Update Jedis driver to version 2.7.2. +* DATAREDIS-393 - Update Spring Version to 4.1.6. +* DATAREDIS-388 - Upgrade to Jedis 2.7. +* DATAREDIS-378 - Add support for ZRANGEBYLEX. +* DATAREDIS-352 - Enhance range options for zSetOperations. +* DATAREDIS-332 - @Transactional Using multiple connections. + + Changes in version 1.5.0.RELEASE (2015-03-23) --------------------------------------------- * DATAREDIS-385 - Release 1.5 GA.