From 1775413c8dcfa0eeca4c418ff2f736f0f1cdf96b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 17:04:31 +0200 Subject: [PATCH] Updated changelog. See #2187 --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e76d94741..322c639f0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Neo4j Changelog =========================== +Changes in version 6.1.0-RC1 (2021-03-31) +----------------------------------------- +* #2207 - Improve the pair of isEntity and isAssociation. +* #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. +* #2194 - Condition not rendered in Page request via CypherdslConditionExecutor. +* #2193 - Don't roll back the transaction through setRollbackOnly. +* #2191 - Problem with multiple bidirectional relationships and nodes. +* #2182 - Add support for projections inside the Neo4j templates. +* #2168 - Treat no attributes annotated with `@ConvertedWith` as association. +* #2148 - Return related objects with ids set after save. +* #1911 - Provide a way for defining dynamic queries in a type safe way. + + Changes in version 6.1.0-M5 (2021-03-17) ---------------------------------------- * #2185 - Upgrade to Neo4j-Java-Driver 4.2.3. @@ -2189,5 +2204,6 @@ General +