From df6d337f8969cf35fe61dd4bb576fc2731def241 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 Mar 2015 12:03:59 +0100 Subject: [PATCH] DATAGRAPH-576 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8dffa7175..dc65ed1ac 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Neo4j Changelog =========================== +Changes in version 3.3.0.RELEASE (2015-03-23) +--------------------------------------------- +* DATAGRAPH-576 - Release 3.3 GA. +* DATAGRAPH-548 - Fix Caching of IndexInfo for RestIndex. +* DATAGRAPH-547 - Add Neo4j-Embedded Tx-Manager. +* DATAGRAPH-546 - Add Neo4jOperations.saveOnly. +* DATAGRAPH-545 - Add SingleLabelTypeRepresentationStrategy. +* DATAGRAPH-544 - Relationship Properties are not saved when using new remote implementation. +* DATAGRAPH-528 - Derived repository query methods not working with Java 8 compile flag '-parameters'. +* DATAGRAPH-443 - Fix @Param annotation for derived finder methods. + + Changes in version 4.0.0.M1 (2015-03-20) ----------------------------------------