From dd5466799c8fe570e8885538a8bcb616f8351bb4 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 4 Nov 2019 14:54:06 +0100 Subject: [PATCH] DATACMNS-1586 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7b03904b8..b54e97d03 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 2.2.1.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-1591 - @Primary annotation not honored. +* DATACMNS-1586 - Release 2.2.1 (Moore SR1). + + Changes in version 2.1.12.RELEASE (2019-11-04) ---------------------------------------------- * DATACMNS-1602 - Reuse generated PropertyAccessor's and Entityinstantiator classes across EntityInstantiators and PersistentPropertyAccessorFactorys.