diff --git a/changelog.txt b/changelog.txt index af292cb5d..fd0944f60 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,21 @@ Spring Data Graph Changelog =========================== +Changes in version 1.1.0.M1 (2011-06-13) +----------------------------------------- +* updated dependency to Neo4j 1.4.M04 +* updated dependency to AspectJ 1.6.12.M1 (also available with STS 2.7.0.M2) +* fixed errors in the REST binding (multiple property setting, index operations) +* added sample build scripts for gradle and ant/ivy +* cleanup of refrenced nodes/rels after transaction rollback +* added support for the Neo4j query language "Cypher" in entity annotations, introduced methods and repositories +* added support for self-relationships +* elementClass annotation attribute is now optional +* updated documentation for: merge behaviour, annotation inheritance, support for primitive collection types, IDE aspectj support + grails support, alternative build systems + Changes in version 1.0.0.RELEASE (2011-04-18) -------------------------------------- +--------------------------------------------- * updated dependency to Neo4j 1.3 final * restructured repository interfaces * overloaded methods for index operation without required index names