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 +