From 7464325288f458c377e2ddc90ca64203bfd67145 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 18:19:14 +0200 Subject: [PATCH] Updated changelog. See #2328 --- 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 436a9e025..44dd03d5e 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.4.7 (2021-03-31) +------------------------------------- +* #2338 - Unknown column 'new' in 'field list' when implementing Persistable in a class with @AccessType(Type.PROPERTY). +* #2337 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes. +* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException. + + Changes in version 2.5.0-RC1 (2021-03-31) ----------------------------------------- * #2344 - Support for association target type detection for jMolecules. @@ -3122,5 +3129,6 @@ Repository +