From 1790949313b1cc0c75aa3f99a39a47b87cdab07d Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Oct 2020 13:14:33 -0700 Subject: [PATCH] Edit changelog and add 1.4.0-M4 release notes. --- spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 9d197029..cffd6c8a 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.0.M4 (2020-10-21) +---------------------------------------- +Upgrades SBDG to Spring Boot 2.4.0-M4. + +* Adapts SBDG to API contractual/behavioral (breaking) changes in Jackson introduced between 2.11.2 and 2.11.3. +* Fixes documentation spelling, grammar and formatting errors. +* Upgrades to Spring Framework 5.3.0-RC2. +* Upgrades to Spring Boot 2.4.0-M4. +* Upgrades to Spring Data for Apache Geode 2.4.0-RC2. +* Upgrades to Spring Data BOM 2020.0.0-RC2 (Ockham-RC2). +* Upgrades to Byte Buddy 1.10.17. +* Upgrades to Gradle 6.7. +* Upgrades to Mockito 3.5.15. + + Changes in version 1.4.0.M3 (2020-09-18) ---------------------------------------- Upgrades SBDG to Spring Boot 2.4.0-M3.