updated changelog

This commit is contained in:
Michael Hunger
2011-04-18 23:18:03 +02:00
parent 55c67bcc65
commit d65192227a

View File

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