From f8afaca849fa2b71390747df9007339dcbb208e6 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 7 Mar 2019 09:41:13 +0100 Subject: [PATCH] DATAGEODE-160 - 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 7c5a6578..e5dc9920 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.2.0.M2 (2019-03-07) +---------------------------------------- +* DATAGEODE-173 - Adapt to Repository API (findAll) changes in Spring Data Commons. +* DATAGEODE-172 - Upgrade to AssertJ 3.12.0. +* DATAGEODE-165 - Introduce Concourse CI. +* DATAGEODE-164 - Update copyright years to 2019. +* DATAGEODE-163 - Add dependency between Lucene Index bean definition and the GemFireCache instance. +* DATAGEODE-162 - Fix link in Annotation Config Quickstart doc to the MappingPdxSerializer section of the POJO Mapping chapter. +* DATAGEODE-161 - Upgrade to Apache Geode 1.8.0. +* DATAGEODE-160 - Release 2.2 M2 (Moore). +* DATAGEODE-157 - 13.2. Annotation Configuration Support, refers to incorrect Indexing annotations. +* DATAGEODE-151 - BatchingResultSender does not send result when results are empty. + + Changes in version 2.1.5.RELEASE (2019-02-13) --------------------------------------------- * DATAGEODE-167 - Release 2.1.5 (Lovelace SR5).