From 118671e7cb50b6a12e2fadee79de26b483a7e864 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 11:34:23 +0200 Subject: [PATCH] Updated changelog. See #514 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 866fff3f..fe039840 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,13 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.5.3 (2021-07-16) +------------------------------------- +* #519 - Apply eviction to caching-defined Regions using @EnableEviction annotation configuration. +* #518 - Apply expiration to caching-defined Regions using @EnableExpiration annotation configuration. +* #515 - Upgrade to Apache Geode 1.13.3. + + Changes in version 2.5.2 (2021-06-22) ------------------------------------- * #512 - CrudRepository.deleteAll not working. @@ -1040,5 +1047,6 @@ Changes in version 1.7.0.APACHE-GEODE-EA-M1 (2016-02-12) +