From a21bdec7c3c20f1433fbebb0b20dd5b0dfc2eed8 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 30 Jun 2015 12:31:35 +0200 Subject: [PATCH] DATAGRAPH-688 - 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 f1c32d6cd..216f4f8f6 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.1.RELEASE (2015-06-30) +--------------------------------------------- +* DATAGRAPH-688 - Release 3.3.1 (Fowler). +* DATAGRAPH-670 - Refactoring of README. +* DATAGRAPH-669 - Documentation Updates. +* DATAGRAPH-668 - Map inherited projection POJO fields for @QueryResult. +* DATAGRAPH-643 - Support to Neo4j 2.2. +* DATAGRAPH-593 - Support Neo4j 2.2. +* DATAGRAPH-580 - Tests fail against Spring Framework 4.1.6. +* DATAGRAPH-574 - Defer manual Index Addition to just after the transaction succeeded in REST mode. + + Changes in version 3.4.0.M1 (2015-06-02) ---------------------------------------- * DATAGRAPH-648 - Use property for Commons IO version from Spring Data build parent.