From ab007212b7715b8dac9ddafcc357f034e50274d0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:51:35 +0200 Subject: [PATCH] Updated changelog. See #2012 --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bb0fd2bfa..3eedb4ba7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data REST Changelog ========================== +Changes in version 3.5.2 (2021-06-22) +------------------------------------- +* #2026 - Avoid using Guava's Charset. +* #2025 - Add GraalVM resource-config.json to allow HAL Explorer usage with native images. +* #2021 - Upgrade security related tests to Spring Security 5.3.9. +* #2019 - Use Spring HATEOAS snapshots. +* #2018 - Drop explicit dependency on JSON Path. +* #2016 - Fix missing link in the documentations. + + Changes in version 3.4.10 (2021-06-22) -------------------------------------- * #2026 - Avoid using Guava's Charset. @@ -1890,5 +1900,6 @@ Changes in version 2.0.0 M1 (2013-11-21) +