Skip to content

Commit 8b5f467

Browse files
committed
Updated changelog.
See #2326
1 parent 9d9f79d commit 8b5f467

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Spring Data Commons Changelog
22
=============================
33

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

31003109

31013110

3111+
31023112

31033113

0 commit comments

Comments
 (0)