From 4830ec02445f125c8ee44be9290a4c042810b824 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 4 Nov 2019 09:28:57 +0100 Subject: [PATCH] DATACMNS-1585 - 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 af696d308..7b03904b8 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.1.12.RELEASE (2019-11-04) +---------------------------------------------- +* DATACMNS-1602 - Reuse generated PropertyAccessor's and Entityinstantiator classes across EntityInstantiators and PersistentPropertyAccessorFactorys. +* DATACMNS-1601 - Improve CrudRepository JavaDoc with the guarantees and exceptions of findAllById and deleteAllById. +* DATACMNS-1598 - "Cannot create EnumSet for unknown element type". +* DATACMNS-1596 - Module not exposing any entity identifying annotations claims all repositories. +* DATACMNS-1585 - Release 2.1.12 (Lovelace SR12). + + Changes in version 2.2.0.RELEASE (2019-09-30) --------------------------------------------- * DATACMNS-1584 - Add documentation for Kotlin support.