From e548cb874f13d01ca9d3e4a57626903817167f4c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Jun 2018 10:47:55 +0200 Subject: [PATCH] DATACMNS-1312 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0b8dabbd7..8f5d392fa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Commons Changelog ============================= +Changes in version 1.13.13.RELEASE (2018-06-13) +----------------------------------------------- +* DATACMNS-1328 - DefaultRepositoryInvokerFactory throws ConcurrentModificationException with Java9. +* DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy does not consider primitive defaults new. +* DATACMNS-1325 - Add IdentifierAccessor for Persistable. +* DATACMNS-1324 - Add extensible proxy detection infrastructure. +* DATACMNS-1315 - Add coverpage for epub documentation output. +* DATACMNS-1312 - Release 1.13.13 (Ingalls SR13). +* DATACMNS-1304 - PropertyPath is created wrong for property with uppercase letters at the end. + + Changes in version 2.1.0.M3 (2018-05-17) ---------------------------------------- * DATACMNS-1315 - Add coverpage for epub documentation output.