From fba399540a0a476eaf489aa6bfccbff5a49eda9b Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 6 May 2019 14:39:49 -0700 Subject: [PATCH] Update changelog.txt. Include release notes for 1.0.0.RELEASE (GA). --- spring-geode/src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 05699a6c..ff8e3e08 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,15 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.0.0.RELEASE (2019-05-06) +--------------------------------------------- +Edits documentation and adds Sample with Guide and Example Application code for the Look-Aside Caching pattern. + +* Fix release (milestone, release candidate, and GA) version of the reference documentation. +* Fix image links in reference docs. +* Add Sample with Guide and Example Application code covering the Look-Aside Caching pattern. + + Changes in version 1.0.0.RC2 (2019-04-30) ----------------------------------------- Adds additional tests and includes a sample of using Spring Boot Actuator with Apache Geode and Pivotal GemFire.