Browse Source

Updated changelog.

See #2328
pull/2367/head
Mark Paluch 5 years ago
parent
commit
7464325288
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 8
      src/main/resources/changelog.txt

8
src/main/resources/changelog.txt

@ -1,6 +1,13 @@ @@ -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 @@ -3122,5 +3129,6 @@ Repository

Loading…
Cancel
Save