From d8a1c2cfde78e87cd4bae3bfcc9782750a783b0b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Apr 2018 15:52:19 +0200 Subject: [PATCH] DATACMNS-1267 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bd94f62eb..1dd8bd854 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 2.0.6.RELEASE (2018-04-04) +--------------------------------------------- +* DATACMNS-1284 - Backport ASM-based property detection for projections. +* DATACMNS-1283 - Remove explicit declaration of Jackson libraries. +* DATACMNS-1282 - Use SimpleEvaluationContext in MapDataBinder. +* DATACMNS-1281 - ConcurrentModificationException in MappingAuditableBeanWrapperFactory. +* DATACMNS-1280 - Fix letter-casing in documentation of Querydsl Extension. +* DATACMNS-1278 - SimpleTypeHolder.isSimpleType(…) returns different results for enums implementing interfaces. +* DATACMNS-1277 - ReflectionRepositoryInvoker does not properly trigger delete(T) for invokeDeleteById(…). +* DATACMNS-1271 - NPE in AnnotationBasedPersistentProperty.isAnnotationPresent() because the annotation cache is not thread-safe. +* DATACMNS-1267 - Release 2.0.6 (Kay SR6). +* DATACMNS-1263 - Allow configuration inspection-classloader customization. + + Changes in version 1.13.11.RELEASE (2018-04-04) ----------------------------------------------- * DATACMNS-1284 - Backport ASM-based property detection for projections.