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.