Skip to content

Commit 203bbca

Browse files
committed
Updated changelog.
See #2305
1 parent 1f29152 commit 203bbca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.4.6 (2021-03-17)
5+
-------------------------------------
6+
* #2324 - Calling PersistentPropertyAccessor.setProperty(…) on Kotlin data class objects with multiple copy methods can lead to ArrayIndexOutOfBoundsException.
7+
* #2313 - TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class.
8+
* #2308 - Denote that Query by Example acts differently when fields are based on primitives instead of objects.
9+
10+
411
Changes in version 2.3.8.RELEASE (2021-03-17)
512
---------------------------------------------
613
* #2313 - TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class.
@@ -3079,5 +3086,6 @@ Repository
30793086

30803087

30813088

3089+
30823090

30833091

0 commit comments

Comments
 (0)