From f64d5610faeb5c584d43d37731ff00ded76420d9 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 14 Oct 2020 14:27:29 +0200 Subject: [PATCH] DATACMNS-1798 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a4f029993..77bf9c4e8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Commons Changelog ============================= +Changes in version 2.4.0-RC2 (2020-10-14) +----------------------------------------- +* DATACMNS-1807 - Code examples for Kotlin declared as Java. +* DATACMNS-1806 - Concurrency issue in Lazy.getNullable(). +* DATACMNS-1802 - Add support for suspend repository query methods returning List. +* DATACMNS-1798 - Release 2.4 RC2 (2020.0.0). +* DATACMNS-1762 - Allow Optional fields in projection. +* DATACMNS-1688 - Allow to register custom RepositoryProxyPostProcessors. +* DATACMNS-1637 - Add default stream() method to CloseableIterator. + + Changes in version 2.4.0-RC1 (2020-09-16) ----------------------------------------- * DATACMNS-1795 - Align checks in ReactiveWrappers with checks in ReactiveAdapterRegistry. @@ -2868,5 +2879,6 @@ Repository +