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) ----------------------------------------