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 +