From ce9c2af458cb6e23f41dd1ff67721b654377f353 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 27 Nov 2018 13:42:05 +0100 Subject: [PATCH] DATACMNS-1414 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 00d17d860..6a578a771 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Commons Changelog ============================= +Changes in version 2.1.3.RELEASE (2018-11-27) +--------------------------------------------- +* DATACMNS-1422 - ClassGeneratingPropertyAccessorFactory needs custom ClassLoader for defineClass(). +* DATACMNS-1421 - Property sometimes unable to find wither. +* DATACMNS-1415 - ConcurrentModificationException in SpelAwareProxyProjectionFactory. +* DATACMNS-1414 - Release 2.1.3 (Lovelace SR3). + + Changes in version 2.0.12.RELEASE (2018-11-27) ---------------------------------------------- * DATACMNS-1415 - ConcurrentModificationException in SpelAwareProxyProjectionFactory.