From 4df85ed287b9484efe453f505c0e22fba9e8e494 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 11:03:57 +0200 Subject: [PATCH] DATAGEODE-215 - 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 03c177d2..3510a9a8 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.1.11.RELEASE (2019-09-30) +---------------------------------------------- +* DATAGEODE-228 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..). +* DATAGEODE-225 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions. +* DATAGEODE-221 - Remove unnecessary use of Apache Shiro API. +* DATAGEODE-220 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. +* DATAGEODE-219 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. +* DATAGEODE-215 - Release 2.1.11 (Lovelace SR11). + + Changes in version 2.2.0.RC3 (2019-09-06) ----------------------------------------- * DATAGEODE-228 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..).