From c7fe27629eb4e4a5dbda89f41067e990c9dd453b Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Aug 2019 09:14:26 -0700 Subject: [PATCH] Edit changelog notes for 1.1.0.RELEASE. --- spring-geode/src/main/resources/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 768bb639..d3140686 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -11,7 +11,9 @@ Adds a new Sample with Guide and Code on HTTP Session Caching. * Adds a new Sample with Guide and Example Spring Boot Application showcasing HTTP Session Caching with Spring Session and Apache Geode. * Resolves GitHub Issue #41. -* ? +* Removes improper use of the Apache Shiro API in production code, replacing usages with the matching and appropriate +Spring Framework API class. +* Cleans up unnecessary transitive dependencies. Changes in version 1.1.0.RC2 (2019-08-13)