From 4cb2f1ef4bd7c87ceebb5eaea166574c37621611 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Apr 2019 20:03:12 +0200 Subject: [PATCH] DATACMNS-1480 - 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 4bed4daa2..b2bbd3e12 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.1.6.RELEASE (2019-04-01) +--------------------------------------------- +* DATACMNS-1491 - Slice JavaDoc states Pageable constructor arg can be null, but it can't. +* DATACMNS-1490 - Exclude Lombok generated code from code coverage calculation. +* DATACMNS-1483 - Migrate Kotlin tests to Mockk. +* DATACMNS-1482 - Conversion don't seem to properly handle conversion of Lists. +* DATACMNS-1480 - Release 2.1.6 (Lovelace SR6). +* DATACMNS-1451 - ClassGeneratingPropertyAccessorFactory considers only first 16 immutable Kotlin properties. + + Changes in version 2.0.14.RELEASE (2019-04-01) ---------------------------------------------- * DATACMNS-1491 - Slice JavaDoc states Pageable constructor arg can be null, but it can't.