diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0998fd2df..694ca03e1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Commons Changelog ============================= +Changes in version 2.3.0.RC2 (2020-04-28) +----------------------------------------- +* DATACMNS-1710 - Avoid potentially expensive constructor parameter creation where possible. +* DATACMNS-1707 - CoroutineCrudRepository misses suspend for deleteAll(entityStream: Flow). +* DATACMNS-1701 - Use JDK 14 for Java.NEXT CI testing. +* DATACMNS-1698 - Reduce allocations in EntityCallbackDiscoverer. +* DATACMNS-1694 - Release 2.3 RC2 (Neumann). + + Changes in version 2.2.7.RELEASE (2020-04-28) --------------------------------------------- * DATACMNS-1710 - Avoid potentially expensive constructor parameter creation where possible. @@ -2706,3 +2715,4 @@ Repository +