Browse Source

Updated changelog.

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

10
src/main/resources/changelog.txt

@ -1,6 +1,15 @@ @@ -1,6 +1,15 @@
Spring Data Commons Changelog
=============================
Changes in version 2.5.0-M5 (2021-03-17)
----------------------------------------
* #2325 - Add PersistentEntity.doWithAll(…) to handle properties and associations.
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
* #2315 - Support for jMolecules' Association type.
* #2313 - TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class.
* #2308 - Denote that Query by Example acts differently when fields are based on primitives instead of objects.
Changes in version 2.4.6 (2021-03-17)
-------------------------------------
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
@ -3099,5 +3108,6 @@ Repository @@ -3099,5 +3108,6 @@ Repository

Loading…
Cancel
Save