From 7e91f3358ed17376eba049bb5385044c29d4e169 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 May 2021 12:23:15 +0200 Subject: [PATCH] Updated changelog. See #2355 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 84135e99f..764cdd5e6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Commons Changelog ============================= +Changes in version 2.5.1 (2021-05-14) +------------------------------------- +* #2374 - Disable unit tests for unsigned integers for the time being. +* #2368 - `AnnotationBasedPersistentProperty.validateAnnotation(…)` compares declared annotations with merged annotations. +* #2358 - Limit `BeanWrapper`'s `KotlinCopyUtil` usage to Kotlin Data classes. + + Changes in version 2.4.9 (2021-05-14) ------------------------------------- * #2368 - `AnnotationBasedPersistentProperty.validateAnnotation(…)` compares declared annotations with merged annotations. @@ -3164,5 +3171,6 @@ Repository +