From c988ab26bfa7a7f40e2694c08971eb0253b7bafa Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Oct 2014 11:57:43 +0100 Subject: [PATCH] DATAREDIS-353 - Updated changelog. --- docs/src/info/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index c19c52dc3..21db53b0c 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,6 +6,12 @@ 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.4.1.RELEASE (2014-10-30) +--------------------------------------------- +* DATAREDIS-353 - Release 1.4.1. +* DATAREDIS-347 - DefaultScriptExecutor always runs script twice if Exception is thrown. + + Changes in version 1.4.0.RELEASE (2014-09-05) --------------------------------------------- * DATAREDIS-346 - Update to Spring Version 4.0.7.