Skip to content

Commit 8c98908

Browse files
committed
Updated changelog.
See #2326
1 parent 203bbca commit 8c98908

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.
@@ -3087,5 +3096,6 @@ Repository
30873096

30883097

30893098

3099+
30903100

30913101

0 commit comments

Comments
 (0)