From 4fac75dff8462a6d513c732dfdcf6784b4e4fb3f Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 10:18:51 +0200 Subject: [PATCH] Updated changelog. See #2387 --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 86a4dab93..e218c4ca7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Commons Changelog ============================= +Changes in version 2.4.11 (2021-07-16) +-------------------------------------- +* #2406 - `Repositories` now allows lookup of parent repositories for sub-types. +* #2404 - Fix outdated `ExampleMatcher` docs. +* #2401 - Correct documentation how a constructor is chosen. +* #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class. +* #2399 - Polish. +* #2392 - ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension. +* #2391 - Fix wrong example code. +* #2381 - Fix broken link to Spring framework docs. + + Changes in version 2.5.2 (2021-06-22) ------------------------------------- * #2382 - Allow for a module specific inclusion for DTO projections. @@ -3186,5 +3198,6 @@ Repository +