From 5a337d427556ed814fcf7cf24a330e5a1f51eb5d Mon Sep 17 00:00:00 2001 From: Frantisek Hartman Date: Tue, 15 Aug 2017 12:51:58 +0200 Subject: [PATCH] Update changelog for 2.1.4 release --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 34059ba70e..f3f94536a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -2.1.4-SNAPSHOT +2.1.4 -------------- o Allow use of CompositeConverter on fields in @RelationshipEntity classes o Allow passing custom driver instance to BoltDriver for custom driver configuration @@ -10,6 +10,7 @@ o Change graph id handling for new entities, fix #381 o Check if node is in MappingContext before firing events, fixes #305 o Fix mapping of @Relationship with default direction o Don't merge collection property default value with graph value +o Fix issue with empty (non null) collections, #388 2.1.3 --------------