From c442a785ff7be2ea9dc3679d65374f764440c203 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 10:19:59 +0200 Subject: [PATCH] DATAREDIS-331 - Updated changelog. --- docs/src/info/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index a2173c04d..da9cdafa7 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/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.3.2.RELEASE (2014-07-28) +--------------------------------------------- +* DATAREDIS-331 - Release 1.3.2. +* DATAREDIS-327 - Improve exception handling for supported clients. +* DATAREDIS-326 - SrpConverters wraps unknown exceptions in RedisSystemException instead of returning null. +* DATAREDIS-325 - RedisConnectionFactory translates exceptions too aggressively. +* DATAREDIS-323 - Remove links to forum.spring.io. +* DATAREDIS-295 - Converting all exceptions to Jedis Exception. + + Changes in version 1.4.0.M1 (2014-07-10) ---------------------------------------- * DATAREDIS-323 - Remove links to forum.spring.io.