From c5a0b0c3d7a73dbd8367a11deeb84646fb284f6f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 14:42:57 +0200 Subject: [PATCH] SGF-763 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 60803fff..19c15cef 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,14 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 2.0.9.RELEASE (2018-07-26) +--------------------------------------------- +* SGF-768 - Review and merge SDG Reference Guide Edits. +* SGF-765 - Allow CacheTypeAwareFactoryBean to register interests on client Region creation and implement SmartLifecycle. +* SGF-764 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. +* SGF-763 - Release 2.0.9 (Kay SR9). + + Changes in version 2.1.0.RC1 (2018-07-26) ----------------------------------------- * SGF-769 - Adapt to API changes in the core Spring Framework.