From cda3f5dd74724b55e3c3cb96bafa072af4ed7313 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 14:42:59 +0200 Subject: [PATCH] DATAGEODE-123 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 81d0386a..bddc238a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,15 @@ SPRING DATA GEODE CHANGELOG http://projects.spring.io/spring-data-gemfire/ ============================================== +Changes in version 2.0.9.RELEASE (2018-07-26) +--------------------------------------------- +* DATAGEODE-131 - XML schema spring-gemfire.xsd missing, application cannot start without Internet connection. +* DATAGEODE-130 - Review and merge SDG Reference Guide Edits. +* DATAGEODE-128 - Allow CacheTypeAwareFactoryBean to register interests on client Region creation and implement SmartLifecycle. +* DATAGEODE-124 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. +* DATAGEODE-123 - Release 2.0.9 (Kay SR9). + + Changes in version 2.1.0.RC1 (2018-07-26) ----------------------------------------- * DATAGEODE-132 - Adapt to API changes in the core Spring Framework.