Skip to content

Commit 94fd064

Browse files
committed
Updated changelog.
See #2305
1 parent f4699a7 commit 94fd064

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.
@@ -3091,5 +3098,6 @@ Repository
30913098

30923099

30933100

3101+
30943102

30953103

0 commit comments

Comments
 (0)