diff --git a/changelog.txt b/changelog.txt index ef9e51c0d..975719a2a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,13 +1,14 @@ Spring Data Graph Changelog =========================== -Changes in version 1.0.0.RELEASE (2011-04-08) +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 * ClosableIterator returned from index query methods (close() when not loop through) * removed cyclic dependencies +* better relationship collection update handling for detached entities * documentation updates Changes in version 1.0.0.RC1 (2011-04-04)