Browse Source

DATACMNS-1694 - Updated changelog.

2.2.x
Mark Paluch 6 years ago
parent
commit
db22090df1
  1. 10
      src/main/resources/changelog.txt

10
src/main/resources/changelog.txt

@ -1,6 +1,15 @@ @@ -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 @@ -2706,3 +2715,4 @@ Repository

Loading…
Cancel
Save