From 1d2178c73839222611fdd9d85d005ae67d4c58fe Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 1 Dec 2014 11:33:23 +0100 Subject: [PATCH] DATAREDIS-360 - Updated changelog. --- docs/src/info/changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 21db53b0c..689716d4c 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,23 @@ 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.5.0.M1 (2014-12-01) +---------------------------------------- +* DATAREDIS-360 - Release 1.5 M1. +* DATAREDIS-359 - Fix redis javadoc generation. +* DATAREDIS-356 - Scripts don't try EVAL after EVALSHA fails. +* DATAREDIS-355 - Upgrade to jedis 2.6.1. +* DATAREDIS-354 - Jackson2JsonRedisSerializer should allow to customise the JavaType for deserialization via getJavaType(). +* DATAREDIS-351 - Update build to latest redis version. +* DATAREDIS-350 - Upgrade to Jedis 2.6.x. +* DATAREDIS-347 - DefaultScriptExecutor always runs script twice if Exception is thrown. +* DATAREDIS-334 - Provide binary alternative for RedisScriptingCommands.evalSha. +* DATAREDIS-308 - Add Support for HyperLogLog. +* DATAREDIS-288 - ListOperations should support using Collections instead of varargs as input. +* DATAREDIS-197 - Implement Redis bitmap. +* DATAREDIS-106 - Support for open interval for scores for sorted sets. + + Changes in version 1.4.1.RELEASE (2014-10-30) --------------------------------------------- * DATAREDIS-353 - Release 1.4.1.