From a0748aa40cf13ebbd3971074dc8d4eb87b4b59ce Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 18 Mar 2016 11:06:51 +0100 Subject: [PATCH] DATAGRAPH-838 - 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 a7cb88fa6..6549d85a0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data Neo4j Changelog =========================== +Changes in version 4.1.0.RC1 (2016-03-18) +----------------------------------------- +* DATAGRAPH-838 - Release 4.1 RC1 (Hopper). +* DATAGRAPH-837 - Returning an empty result set from custom query throws exception. +* DATAGRAPH-836 - Documentation / Readme Updates. +* DATAGRAPH-835 - Upgrade to Neo4j OGM 2.0.0 M3. +* DATAGRAPH-832 - GraphRepository should use Neo4jOperations instead of Session. +* DATAGRAPH-831 - Support for Play and other frameworks/containers. +* DATAGRAPH-830 - Support for Play and other frameworks/containers. +* DATAGRAPH-829 - Documentation updates. +* DATAGRAPH-828 - Update README to point out to use the latest OGM. + + Changes in version 3.4.4.RELEASE (2016-02-23) --------------------------------------------- * DATAGRAPH-825 - Release 3.4.4 (Gosling SR4).