From 3498b4bf71b2c9bb9c93c4ce80604331c408b60b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:17:53 +0200 Subject: [PATCH] Updated changelog. See #2011 --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index cf92f7c71..bb0fd2bfa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data REST Changelog ========================== +Changes in version 3.4.10 (2021-06-22) +-------------------------------------- +* #2026 - Avoid using Guava's Charset. +* #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.5.1 (2021-05-14) ------------------------------------- * #2010 - Upgrade to HAL Explorer 0.17. @@ -1880,5 +1889,6 @@ Changes in version 2.0.0 M1 (2013-11-21) +