From 659c4fa3f49a71372121c985e6553a8b18db6052 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 15 Oct 2018 10:40:49 +0200 Subject: [PATCH] DATACMNS-1395 - 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 382a7f9c9..1608831f9 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.1.RELEASE (2018-10-15) +--------------------------------------------- +* DATACMNS-1402 - Cannot instantiate Kotlin entity with 32 parameter constructor. +* DATACMNS-1401 - Warning about illegal reflective access in Spring Data Commons / MongoDB. +* DATACMNS-1400 - KotlinCopyMethod.findSyntheticCopyMethod(…) does not find default copy method with Kotlin 1.3. +* DATACMNS-1399 - Incorrect Error message from RepositoryFragement at line 178. +* DATACMNS-1396 - Locking overhead on Java 8 caused by ConcurrentHashMap.computeIfAbsent(…). +* DATACMNS-1395 - Release 2.1.1 (Lovelace SR1). + + Changes in version 2.1.0.RELEASE (2018-09-21) --------------------------------------------- * DATACMNS-1392 - Fix typo in Parameters.getParameter(…) exception message.