DATACMNS-1267 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-04-04 15:52:19 +02:00
parent d15a379c7b
commit d8a1c2cfde

View File

@@ -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.