From 7f2ed1052bad1afaaf5f3e34fa76b8022a8d75a5 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 14:08:36 +0200 Subject: [PATCH] Updated changelog. See #506 --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ad384281..783be1de 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.6.0-M1 (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. +* #512 - CrudRepository.deleteAll not working. +* #511 - Upgrade to Apache Shiro 1.7.1. +* #497 - Update CI to Java 16. + + Changes in version 2.4.11 (2021-07-16) -------------------------------------- * #515 - Upgrade to Apache Geode 1.13.3. @@ -1046,5 +1056,6 @@ Changes in version 1.7.0.APACHE-GEODE-EA-M1 (2016-02-12) +