From 99f6e6cfb0a1ef6144b880670331201e52e8748d Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 14:08:52 +0200 Subject: [PATCH] Updated changelog. See #2001 --- src/main/resources/changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 12d72e0c3..0c6240ea9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,28 @@ Spring Data REST Changelog ========================== +Changes in version 3.6.0-M1 (2021-07-16) +---------------------------------------- +* #2042 - Allow customization of `LinkCollector`. +* #2040 - Allow customizing `AuditableBeanWrapperFactory`. +* #2027 - Use a custom container for CI testing. +* #2026 - Avoid using Guava's Charset. +* #2025 - Add GraalVM resource-config.json to allow HAL Explorer usage with native images. +* #2020 - Upgrade security related tests to Spring Security 5.5.0. +* #2019 - Use Spring HATEOAS snapshots. +* #2018 - Drop explicit dependency on JSON Path. +* #2016 - Fix missing link in the documentations. +* #2013 - Update HAL Explorer screenshots to version 0.17.0. +* #2010 - Upgrade to HAL Explorer 0.17. +* #2007 - DelegatingHandlerMapping does not implement MatchableHandlerMapping correctly. +* #2005 - docs: replace HAL Browser documentation with HAL Explorer documentation. +* #1989 - Update CI to Java 16. +* #379 - Wording changes in reference documentation. +* #372 - improve docs on assocation resource. +* #370 - [docs] Correct resource name in query method section. +* #356 - DATAREST-1392 - repository.resources.adoc HATEOAS broken link. + + Changes in version 3.4.11 (2021-07-16) -------------------------------------- * #379 - Wording changes in reference documentation. @@ -1909,5 +1931,6 @@ Changes in version 2.0.0 M1 (2013-11-21) +