From 5274365ff6664361fe5e6209dfc4493baa1e82ea Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 15:34:54 +0200 Subject: [PATCH] DATACMNS-1544 - Updated changelog. --- src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a507ffaa6..0cb95d9f4 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,25 @@ Spring Data Commons Changelog ============================= +Changes in version 2.2.0.RC2 (2019-08-05) +----------------------------------------- +* DATACMNS-1560 - Upgrade to Vavr 0.10.2. +* DATACMNS-1558 - Upgrade to Vavr 0.10.1. +* DATACMNS-1557 - Sort Javadoc mentions wrong sorting order. +* DATACMNS-1556 - Performance improvements in repository invocation handling. +* DATACMNS-1555 - Add support in PersistentPropertyAccessor for multivalued properties. +* DATACMNS-1554 - Migrate tests to AssertJ. +* DATACMNS-1553 - Revise readme for a consistent structure. +* DATACMNS-1552 - Invalid conversions for Option instances returned from custom repository methods. +* DATACMNS-1551 - NullPointException throw rather than PropertyReferenceException if Sort property string is ".". +* DATACMNS-1550 - Add RevisionType to RevisionMetadata. +* DATACMNS-1548 - Fix JavaDoc on AuditingHandler.setModifyOnCreation(…). +* DATACMNS-1545 - Fix anchors and callouts in entity callbacks documentation. +* DATACMNS-1544 - Release 2.2 RC2 (Moore). +* DATACMNS-1536 - Introduce Jenkins CI. +* DATACMNS-1524 - Major invocation penalty of repository extension methods. + + Changes in version 2.1.10.RELEASE (2019-08-05) ---------------------------------------------- * DATACMNS-1557 - Sort Javadoc mentions wrong sorting order.