From b726bdb84ff41c4bd11538654cf6078dae97807f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 2 Jun 2015 08:24:50 +0200 Subject: [PATCH] DATAGRAPH-646 - 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 dc65ed1ac..f1c32d6cd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Neo4j Changelog =========================== +Changes in version 3.4.0.M1 (2015-06-02) +---------------------------------------- +* DATAGRAPH-648 - Use property for Commons IO version from Spring Data build parent. +* DATAGRAPH-647 - Fix formatting in pom.xml. +* DATAGRAPH-646 - Release 3.4 M1 (Gosling). +* DATAGRAPH-643 - Support for Neo4j 2.2. +* DATAGRAPH-625 - REST module's test cases don't work on Spring 4.1. +* DATAGRAPH-617 - Adapt API changes in Spring Data Commons to simplify custom repository base class registration. + + Changes in version 3.3.0.RELEASE (2015-03-23) --------------------------------------------- * DATAGRAPH-576 - Release 3.3 GA.