From 0bf79e1d0cc2f39863642d8643787028c4eca975 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 20 Mar 2012 06:18:43 +0200 Subject: [PATCH] update 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 fc47709b..fcd8e745 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,14 @@ http://www.springsource.org/spring-gemfire Changes in version 1.2.0.M1 (2012-03-20) ---------------------------------------- +General +* Introduced support for annotation-based entity mapping (@Id, @PersistenceConstructor, @Id) +* Introduced support for Spring Data Repositories (query exception & derivation) + + +Changes in version 1.1.1.RELEASE (2012-03-20) +--------------------------------------------- + General * Upgraded to GemFire 6.6.2 * Upgraded to Spring Framework 3.1.1 GA @@ -12,6 +20,8 @@ General Package org.springframework.data.gemfire * Fixed incorrect parsing of pdx-serializer (from value to reference) * Fixed incorrect parsing of use-bean-factory-locator +* Fixed GemfireTransactionCommitException class hierarchy +* Improved handling of GemFire 6.5+ transaction exceptions Package org.springframework.data.gemfire.client * Fixed bug that caused client namespace to create only local regions