From dc87c7bcd0469a2759336aea773a316e43c150ae Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 18:19:14 +0200 Subject: [PATCH] Updated changelog. See #2189 --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 322c639f0..8b45a2f9d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Neo4j Changelog =========================== +Changes in version 6.0.7 (2021-03-31) +------------------------------------- +* #2203 - Enable mapping of list of lists of nodes or relationships. +* #2199 - Polymorphic query do no longer work in 6.0.6. +* #2196 - Same node with double Relationship not saved correctly. +* #2193 - Don't roll back the transaction through setRollbackOnly. +* #2191 - Problem with multiple bidirectional relationships and nodes. +* #2168 - Treat no attributes annotated with `@ConvertedWith` as association. + + Changes in version 6.1.0-RC1 (2021-03-31) ----------------------------------------- * #2207 - Improve the pair of isEntity and isAssociation. @@ -2205,5 +2215,6 @@ General +