From 75f5f4af0664776a3a965103d6167ccc19e98e27 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 May 2021 11:51:47 +0200 Subject: [PATCH] Updated changelog. See #2354 --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 371d55a11..84135e99f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,12 @@ Spring Data Commons Changelog ============================= +Changes in version 2.4.9 (2021-05-14) +------------------------------------- +* #2368 - `AnnotationBasedPersistentProperty.validateAnnotation(…)` compares declared annotations with merged annotations. +* #2358 - Limit `BeanWrapper`'s `KotlinCopyUtil` usage to Kotlin Data classes. + + Changes in version 2.5.0 (2021-04-14) ------------------------------------- * #2352 - Adds a new snippet for is-new-state-detection. @@ -3157,5 +3163,6 @@ Repository +