diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d8b43a9a8..953dcc6da 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring Data Commons Changelog ============================= +Changes in version 2.3.7.RELEASE (2021-02-17) +--------------------------------------------- +* DATACMNS-1841 - Update CI jobs with Docker Login. +* #2296 - Possible ClassCast exception in ResultProcessor. +* #2295 - PreferredConstructor.isConstructorParameter(…) on hot code paths creates a lot of allocations. +* #2288 - Document SpringDataJacksonModules in web support section. +* #2283 - Update auditing documentation to cover annotations on nested entities. +* #2270 - In a @JsonPath projection a List property always returns a list with only one element. +* #2269 - Upgrade to XMLBeam 1.4.18. +* #2268 - Update copyright year to 2021. +* #2263 - Update repository after GitHub issues migration. +* #2215 - Kotlin constructors using @ExperimentalUnsignedTypes parameters cause constructor resolution to fail [DATACMNS-1800]. +* #2173 - PagedResourcesAssembler generated navigation links ignore non pageable request parameters [DATACMNS-1757]. +* #2068 - NullPointerException in RepositoryFactoryBeanSupport.getObject(…) [DATACMNS-1642]. +* #1583 - Multiple repositories per domain class lead to ambiguous conversion [DATACMNS-1142]. + + Changes in version 2.2.13.RELEASE (2021-02-17) ---------------------------------------------- * #2296 - Possible ClassCast exception in ResultProcessor. @@ -3015,5 +3032,6 @@ Repository +