From a54c2dbe65a736e9b40ceeb7c299106223c32741 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 29 Sep 2016 09:33:47 +0200 Subject: [PATCH] SGF-536 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1240e0a6..0eee4ffa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,13 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.7.6.RELEASE (2016-09-29) +--------------------------------------------- +* SGF-536 - Release 1.7.6 (Gosling SR6). +* SGF-535 - Allow both SpEL and property placeholder expressions to be used in the locators/servers attributes of the XML namespace element. +* SGF-534 - Fix ordered GemfireRepository.findAll(Sort) queries. + + Changes in version 1.7.5.RELEASE (2016-09-20) --------------------------------------------- * SGF-532 - org.springframework.shell:spring-shell is listed in the pom as a runtime dependency.