From f5e95f58c6ad97d922a69764dd3718ade63c9254 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Aug 2020 13:06:58 +0200 Subject: [PATCH] DATACMNS-1775 - 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 486681d1f..a678a5cae 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.3.3.RELEASE (2020-08-12) +--------------------------------------------- +* DATACMNS-1783 - Simplify PersistentEntityIsNewStrategy.isNew. +* DATACMNS-1779 - Introduce utility method to identify whether a type is a void one. +* DATACMNS-1777 - Fixed typo in reference example for TypedSort. +* DATACMNS-1775 - Release 2.3.3 (Neumann SR3). +* DATACMNS-1296 - PersistentPropertyPathAccessor does not skip nested null intermediates when setting values. + + Changes in version 2.4.0-M2 (2020-08-12) ---------------------------------------- * DATACMNS-1783 - Simplify PersistentEntityIsNewStrategy.isNew. @@ -2838,5 +2847,6 @@ Repository +