From 3adb33950d8f8ee8e53076544088a28770e556aa Mon Sep 17 00:00:00 2001 From: David Turanski Date: Thu, 18 Apr 2013 12:40:49 -0400 Subject: [PATCH] Updated changelog for 1.3.1 release --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 453e7dec..ed9851a2 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -1,6 +1,13 @@ SPRING DATA GEMFIRE CHANGELOG ============================= http://www.springsource.org/spring-gemfire +Changes in version 1.3.1.RELEASE(2013-04-18) +Bug + * [SGF-159] - isRollbackOnCommitFailure flag is ignored by GemfireTransactionManager when transaction fails. + * [SGF-169] - Unidirectional Gateway hubs cannot be created and fail with an exception + * [SGF-173] - Function Execution throws exception on void return. + + Changes in version 1.3.0.RELEASE (2013-03-14) --------------------------------------------- General