From 811096155b7b6ba68beb1f52fa7e578d91a43dc6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 10 Apr 2020 19:50:12 -0700 Subject: [PATCH] Edit changelog and add 2.3.0.RC2 release notes. --- .../src/main/resources/changelog.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 681c8bd..87e1c92 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,13 +4,21 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.3.0.RC2 (2020-04-10) +----------------------------------------- +Aligns Sprign Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot, +Spring Data and Spring Session versions. + +* + + Changes in version 2.3.0.RC1 (2020-03-03) ----------------------------------------- Aligns Spring Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot, Spring Data and Spring Session versions. -* Adds Gradle build notes for the project. The build notes describe how to adjust build and test, min and max -JVM Heap Memory, run individual Unit & Integration Tests in isolation, and adjust Apache Geode Logging. +* Adds Gradle build notes for the project. The build notes describe how to build and test, min and max JVM Heap Memory, +run individual Unit & Integration Tests in isolation, and adjust Apache Geode Logging. * Ignores unnecessary handling of LOCAL_LOAD_CREATED cache Region EntryEvents in the SessionEventHandlerCacheListenerAdapter. * Updates reference documentation style.