From b0da5a740bdb712df6328a8e2e44ccb5a9596ad6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 15 Oct 2018 11:59:29 +0200 Subject: [PATCH] DATACMNS-1390 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1608831f9..f6ff86245 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Commons Changelog ============================= +Changes in version 2.0.11.RELEASE (2018-10-15) +---------------------------------------------- +* DATACMNS-1402 - Cannot instantiate Kotlin entity with 32 parameter constructor. +* DATACMNS-1399 - Incorrect Error message from RepositoryFragement at line 178. +* DATACMNS-1396 - Locking overhead on Java 8 caused by ConcurrentHashMap.computeIfAbsent(…). +* DATACMNS-1392 - Fix typo in Parameters.getParameter(…) exception message. +* DATACMNS-1390 - Release 2.0.11 (Kay SR11). + + Changes in version 2.1.1.RELEASE (2018-10-15) --------------------------------------------- * DATACMNS-1402 - Cannot instantiate Kotlin entity with 32 parameter constructor.