diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 07f6a58cc..b41ed0f44 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 2.3.1.RELEASE (2020-06-10) +--------------------------------------------- +* DATACMNS-1738 - Expose method to obtain the repository query method return type. +* DATACMNS-1735 - ConcurrencyModificationException in EntityCallbackDiscoverer caused by concurrent cachedEntityCallbacks modification. +* DATACMNS-1734 - Delay Repositories initialization in DomainClassConverter. +* DATACMNS-1733 - JavaDoc for Range factory methods is incorrect. +* DATACMNS-1724 - Release 2.3.1 (Neumann SR1). +* DATACMNS-1706 - PreferredConstructor needs to improve bottleneck occurrence. + + Changes in version 2.2.8.RELEASE (2020-06-10) --------------------------------------------- * DATACMNS-1734 - Delay Repositories initialization in DomainClassConverter. @@ -2739,3 +2749,4 @@ Repository +