diff --git a/changelog.txt b/changelog.txt index 901ee1d0a..ab5fc5384 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Spring Data Graph Changelog Changes in version 1.1.0.RELEASE (2011-08-04) --------------------------------------------- + * update to Neo4j 1.4.1 * documentation updates * fixed package name in NamespaceHandler declaration @@ -10,8 +11,10 @@ Changes in version 1.1.0.RELEASE (2011-08-04) * minor RestAPI updates * made nodeDelegatingFieldAccessorFactory an overrideable bean definition + Changes in version 1.1.0.RC1 (2011-07-25) ----------------------------------------- + * Added Gremlin support (embedded & REST) * QueryEngine.query method now takes a parameter map (for cypher and gremlin) * documentation updates @@ -19,6 +22,7 @@ Changes in version 1.1.0.RC1 (2011-07-25) Changes in version 1.1.0.M2 (2011-07-20) ----------------------------------------- + * updated dependency to Neo4j 1.4 * API updates to Neo4j 1.4 changes * repackaging to org.springframework.data.neo4j.* @@ -32,6 +36,7 @@ Changes in version 1.1.0.M2 (2011-07-20) 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) @@ -42,8 +47,10 @@ Changes in version 1.1.0.M1 (2011-06-13) * elementClass annotation attribute is now optional * updated documentation for: merge behaviour, annotation inheritance, support for primitive collection types, IDE aspectj support + 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