From 62bca2e671cd60e3d8a5b8b431d31331943664da Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 23 Feb 2016 12:56:43 +0100 Subject: [PATCH] SGF-470 - Updated changelog. --- docs/src/info/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 382a1659..93cad9c2 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,17 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.7.4.RELEASE (2016-02-23) +--------------------------------------------- +* SGF-473 - Allow a Spring-configured ClientCache to be constructed without a Pool. +* SGF-470 - Release 1.7.4 (Gosling SR4). +* SGF-462 - Add appinfo hint to client region element in XSD. +* SGF-460 - Remove unnecessary SLF4J compile-time dependency. +* SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface. +* SGF-458 - Enable resolution of GemFire's DistributedSystem and System properties to be overridden in PoolFactoryBean. +* SGF-457 - Clean up Javadoc warnings. + + Changes in version 1.7.2.RELEASE (2015-12-18) --------------------------------------------- * SGF-456 - Release 1.7.2 (Gosling).