From fce02b77a4396fe29995f130450d8ccb0bde8256 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:12 +0200 Subject: [PATCH] DATAGRAPH-748 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 08745026c..9445a00c7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Neo4j Changelog =========================== +Changes in version 3.4.0.RELEASE (2015-09-01) +--------------------------------------------- +* DATAGRAPH-748 - Release 3.4 GA (Gosling). +* DATAGRAPH-746 - Update to Neo4j 2.2.5. +* DATAGRAPH-736 - Upgrade to Neo4j 2.2.4. +* DATAGRAPH-729 - Make SDN 3.4 support Neo4j 2.2.x only. +* DATAGRAPH-699 - Implement missing operations for Cypher based REST-API separately. + + Changes in version 3.4.0.RC1 (2015-08-04) ----------------------------------------- * DATAGRAPH-725 - Release 3.4 RC1 (Gosling).