From a17946a0fcf4e99eda9c912f395c73624bba0006 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 11:34:23 +0200 Subject: [PATCH] Updated changelog. See #2388 --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 86a4dab93..739198199 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 2.5.3 (2021-07-16) +------------------------------------- +* #2406 - `Repositories` now allows lookup of parent repositories for sub-types. +* #2404 - Fix outdated `ExampleMatcher` docs. +* #2403 - Accept `JsonProvider` upon `JsonProjectingMethodInterceptorFactory` creation. +* #2401 - Correct documentation how a constructor is chosen. +* #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class. +* #2399 - Polish. +* #2396 - `QuerydslPredicateBuilder` should not return `null` `Predicate`. +* #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 +3200,6 @@ Repository +