From 26201f0b89ba8650993b3ff9412bf6a882245166 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 10 Sep 2018 12:51:21 +0200 Subject: [PATCH] DATAGRAPH-1107 - 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 9463b9cd5..29b56729a 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.0.10.RELEASE (2018-09-10) +---------------------------------------------- +* DATAGRAPH-1118 - Fix dependencies example in Getting Started Guide. +* DATAGRAPH-1117 - Provide up to date version of XSD schemas for XML based configuration. +* DATAGRAPH-1116 - Remove reference to unused ServiceNotFoundException in Kay. +* DATAGRAPH-1115 - Support @UseBookmark in composed annotations. +* DATAGRAPH-1110 - Improve exception handling on non persistable properties. +* DATAGRAPH-1107 - Release 5.0.10 (Kay SR10). + + Changes in version 4.2.15.RELEASE (2018-09-10) ---------------------------------------------- * DATAGRAPH-1108 - Release 4.2.15 (Ingalls SR15).