From dd00f3d7bbdbda44aec14a293b663d7e5133adbc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 15 Jan 2020 12:37:09 +0100 Subject: [PATCH] DATAGRAPH-1273 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2780ddaeb..0daea9f67 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.2.4.RELEASE (2020-01-15) +--------------------------------------------- +* DATAGRAPH-1280 - Upgrade to Neo4j OGM 3.2.5. +* DATAGRAPH-1278 - Update license header to extend to 2020. +* DATAGRAPH-1276 - Explicitly Pass READ_ONLY mode to Session.query. +* DATAGRAPH-1275 - Verify update of relationship entities. +* DATAGRAPH-1274 - Don't rely on Neo4j-OGM failing with NPE in tests. +* DATAGRAPH-1273 - Release 5.2.4 (Moore SR4). +* DATAGRAPH-1271 - Fix invalid class lookup for @QueryResults. +* DATAGRAPH-1143 - Fix ClassCastException during instantiation from results containing arrays. + + Changes in version 5.1.15.RELEASE (2020-01-15) ---------------------------------------------- * DATAGRAPH-1278 - Update license header to extend to 2020. @@ -1617,3 +1629,4 @@ General +