From 2008c28c654210130d00af28933154b9a04edd34 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 11 Apr 2019 11:23:48 +0200 Subject: [PATCH] DATACMNS-1493 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b2bbd3e12..cf71ddf81 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.2.0.M3 (2019-04-11) +---------------------------------------- +* DATACMNS-1511 - Upgrade to XMLBeam 1.4.16. +* DATACMNS-1499 - Add convenience factory methods to Range. +* DATACMNS-1498 - Improve attribute lookups from RepositoryConfigurationSources. +* DATACMNS-1497 - Custom BeanNameGenerators are not considered for repository bean name generation. +* DATACMNS-1496 - Remove deprecations introduced in Lovelace. +* DATACMNS-1493 - Release 2.2 M3 (Moore). + + Changes in version 2.1.6.RELEASE (2019-04-01) --------------------------------------------- * DATACMNS-1491 - Slice JavaDoc states Pageable constructor arg can be null, but it can't.