From ac0bb5003b9cd9f5130ffb01bbcd29960a71eaac Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 17 Mar 2021 10:53:38 +0100 Subject: [PATCH] Updated changelog. See #2305 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fc430458f..f5bc70e9e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Commons Changelog ============================= +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. +* #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.3.8.RELEASE (2021-03-17) --------------------------------------------- * #2313 - TypeDiscoverer.getParameterTypes does not capture enclosing type parameter of non static inner class. @@ -3091,5 +3098,6 @@ Repository +