Updated changelog.

See #2355
This commit is contained in:
Mark Paluch
2021-05-14 12:23:15 +02:00
parent 72fd400c44
commit 7e91f3358e

View File

@@ -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