From a259d16c113f5443a56e1539f022d5000e673f4e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Oct 2014 15:13:26 +0100 Subject: [PATCH] DATAGRAPH-522 - Updated changelog. --- src/main/resources/changelog.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7cd4f4f5c..35ebc9294 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.2.1.RELEASE (2014-10-30) +--------------------------------------------- +* DATAGRAPH-522 - Release 3.2.1. +* DATAGRPAH-517 - Update to Neo4j 2.1.5. +* DATAGRAPH-515 - Remove Graph-Collections dependency. +* DATAGRAPH-257 - Fixed QueryResultBuilder cannot be cast to java.util.Set in NodeEntity for SDN 3.1+ context. +* DATAGRAPH-497 - GeoConverter negative coordinates. + + Changes in version 3.2.0.RELEASE (2014-09-05) --------------------------------------------- * DATAGRAPH-512 - Release 3.2 GA. @@ -134,7 +143,7 @@ Changes in version 2.3.2.RELEASE (2013-10-25) --------------------------------------------- * DATAGRAPH-393 - Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure * DATAGRAPH-397 - Release 2.3.2 -* DATAGRAPH-400 - Upgrade to Neo4j 1.9.* +* DATAGRAPH-400 - Upgrade to Neo4j 1.9.* Changes in version 2.2.3.RELEASE (2013-10-01) ---------------------------------------------