From 37f6d760e6ab130eba0d526b685e618027bf1f45 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:17 +0200 Subject: [PATCH] SGF-426 - Updated changelog. (cherry picked from commit 33ff69992d7fd194d153e1aad9db14a13690a8e7) Signed-off-by: John Blum --- 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 b4089c56..be90c186 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,16 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.7.0.RELEASE (2015-09-01) +--------------------------------------------- +* SGF-426 - Release 1.7 GA (Gosling). +* SGF-425 - Allow early initialization and re-initialization of LazyWiringDeclarableSupport instances. +* SGF-423 - Handle improper ClassCastException thrown from SDG's Function Execution interface and annotation-based support when a GemFire Function throws an Exception. +* SGF-419 - Documentation error on page 22 in the Spring Data GemFire Reference PDF. +* SGF-408 - Provide support in the SDG XML namespace to load a pre-defined data set using GemFire Snapshot Service for development and testing purposes. +* SGF-392 - Add support for OQL Query statement extensions in Repository Query methods via Annotations. + + Changes in version 1.7.0.RC1 (2015-08-04) ----------------------------------------- * SGF-422 - Release 1.7 RC1 (Gosling).