From 5e70ed3f54584e9d6e2ee0f809ec122dcad58b62 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 10 Jan 2019 11:09:18 +0100 Subject: [PATCH] DATAGEODE-155 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 53b5dfd2..1fd1ce39 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING DATA GEODE CHANGELOG http://projects.spring.io/spring-data-gemfire/ ============================================== +Changes in version 2.0.13.RELEASE (2019-01-10) +---------------------------------------------- +* 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-157 - 13.2. Annotation Configuration Support, refers to incorrect Indexing annotations. +* DATAGEODE-155 - Release 2.0.13 (Kay SR13). +* DATAGEODE-151 - BatchingResultSender does not send result when results are empty. + + Changes in version 2.2.0.M1 (2018-12-11) ---------------------------------------- * DATAGEODE-159 - Simplify reference documentation setup.