From 7f101bec35ad993d3742f2f7990c15ed94eb3871 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 13 May 2019 11:58:58 +0200 Subject: [PATCH] DATAGRAPH-1219 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c758a687d..2616c309a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.2.0.M4 (2019-05-13) +---------------------------------------- +* DATAGRAPH-1223 - Deprecate SessionFactoryUtils#closeSession. +* DATAGRAPH-1221 - Cleanup test-package structure. +* DATAGRAPH-1220 - Ensure Kotlin Data classes support @Id @Generated value. +* DATAGRAPH-1219 - Release 5.2 M4 (Moore). + + Changes in version 4.2.21.RELEASE (2019-05-10) ---------------------------------------------- * DATAGRAPH-1215 - Release 4.2.21 (Ingalls SR21).