From 9688de52e53556ee5aa220eaacf2e132843db734 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 10 Jun 2020 12:10:39 +0200 Subject: [PATCH] DATACMNS-1712 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6e6a06318..649446ab0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Commons Changelog ============================= +Changes in version 2.2.8.RELEASE (2020-06-10) +--------------------------------------------- +* DATACMNS-1734 - Delay Repositories initialization in DomainClassConverter. +* DATACMNS-1733 - JavaDoc for Range factory methods is incorrect. +* DATACMNS-1722 - More defensive lookup of XmlBeamHttpMessageConverter in SpringDataWebConfiguration. +* DATACMNS-1721 - Lazily evaluate potential property matches in PropertyReferenceException. +* DATACMNS-1720 - Fix Javadoc for CustomAnnotationTransactionAttributeSource to correctly describe JTA support. +* DATACMNS-1717 - Mention performance behavior of Lambda EntityCallbacks in reference documentation. +* DATACMNS-1712 - Release 2.2.8 (Moore SR8). +* DATACMNS-1706 - PreferredConstructor needs to improve bottleneck occurrence. + + Changes in version 2.1.18.RELEASE (2020-06-10) ---------------------------------------------- * DATACMNS-1734 - Delay Repositories initialization in DomainClassConverter. @@ -2738,3 +2750,4 @@ Repository +