From 611f2993ecdfed532121407dba8d1cabcc3b88d0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 21 Sep 2018 07:07:47 -0400 Subject: [PATCH] DATAGEODE-141 - 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 85a6a1cc..72dbef41 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.1.0.RELEASE (2018-09-21) +--------------------------------------------- +* DATAGEODE-146 - Include documentation about Object Mapping Fundamentals. +* DATAGEODE-144 - Add "requiredPermissions" to @GemfireFunction annotation. +* DATAGEODE-142 - Add annotation configuration support to create client Regions from Cluster-defined Regions. +* DATAGEODE-141 - Release 2.1 GA (Lovelace). +* DATAGEODE-109 - Refactor and reorganize codebase. + + Changes in version 2.0.10.RELEASE (2018-09-10) ---------------------------------------------- * DATAGEODE-140 - Correct Pool references in 'Runtime configuration using Properties' documentation.