From 0735e662e7c86e5e91622aadf7ca6e07acfcb500 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Aug 2018 10:39:36 +0200 Subject: [PATCH] DATAGRAPH-1106 - 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 345838ef3..7f13a8e98 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.1.0.RC2 (2018-08-20) +----------------------------------------- +* DATAGRAPH-1113 - Upgrade to Neo4j OGM 3.1.1 final. +* DATAGRAPH-1111 - Remove reference to unused ServiceNotFoundException. +* DATAGRAPH-1110 - Improve exception handling on non persistable properties. +* DATAGRAPH-1109 - Add support for persistence constructors for @QueryResults. +* DATAGRAPH-1106 - Release 5.1 RC2 (Lovelace). +* DATAGRAPH-1105 - Allow query methods to return single components of a result set for supported types. + + Changes in version 4.2.14.RELEASE (2018-07-27) ---------------------------------------------- * DATAGRAPH-1102 - Apply to Ingalls.