From 3add334c8d5a05f5a9c4e8bdba48ecc9d9236f61 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 11:20:50 +0200 Subject: [PATCH] DATACMNS-1543 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 756cda75c..a507ffaa6 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.1.10.RELEASE (2019-08-05) +---------------------------------------------- +* DATACMNS-1557 - Sort Javadoc mentions wrong sorting order. +* 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-1549 - Fix NoHTTP errors. +* DATACMNS-1548 - Fix JavaDoc on AuditingHandler.setModifyOnCreation(…). +* DATACMNS-1543 - Release 2.1.10 (Lovelace SR10). +* DATACMNS-1536 - Introduce Jenkins CI. +* DATACMNS-1524 - Major invocation penalty of repository extension methods. + + Changes in version 1.13.23.RELEASE (2019-08-05) ----------------------------------------------- * DATACMNS-1551 - NullPointException throw rather than PropertyReferenceException if Sort property string is ".".