From 7c79d13a608e13b2d1ca0124235d2da4c21581c1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Aug 2018 10:39:37 +0200 Subject: [PATCH] DATAGEODE-133 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bddc238a..3c47e56a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,20 @@ SPRING DATA GEODE CHANGELOG http://projects.spring.io/spring-data-gemfire/ ============================================== +Changes in version 2.1.0.RC2 (2018-08-20) +----------------------------------------- +* DATAGEODE-140 - Correct Pool references in 'Runtime configuration using Properties' documentation. +* DATAGEODE-139 - Adapt to @EventListener API behavior changes in Spring Framework 5.1.0.RC2. +* DATAGEODE-138 - Adapt to API changes in Spring Data Commons CDI implementation detector. +* DATAGEODE-137 - Fix typo in Global, JTA Transaction Management documentation. +* DATAGEODE-136 - Replace all BeanPostProcessors setting GemFire/Geode Properties using SDG service enabling annotations with Configurers. +* DATAGEODE-135 - Polish SDG Reference Guide Edits. +* DATAGEODE-133 - Release 2.1 RC2 (Lovelace). +* DATAGEODE-127 - Add quick start reference to the "Bootstrapping Apache Geode Using Annotations" chapter. +* DATAGEODE-125 - Edit MappingPdxSerializer type filter documentation to cover includes and excludes. +* DATAGEODE-114 - Edit Annotation config chapter to include a Annotation quick start section. + + Changes in version 2.0.9.RELEASE (2018-07-26) --------------------------------------------- * DATAGEODE-131 - XML schema spring-gemfire.xsd missing, application cannot start without Internet connection.