DATACMNS-1694 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-04-28 15:03:21 +02:00
parent 21842ca699
commit e9bcc5b254

View File

@@ -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<S>).
* 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