From 796dd9467486ec6ec91bdd919f663bde098896df Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Mon, 2 Sep 2024 15:33:08 +0200 Subject: [PATCH] Update next release changelog with latest changes --- NEXT_RELEASE_CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEXT_RELEASE_CHANGELOG.md b/NEXT_RELEASE_CHANGELOG.md index 438f4e3a6..19571780c 100644 --- a/NEXT_RELEASE_CHANGELOG.md +++ b/NEXT_RELEASE_CHANGELOG.md @@ -2,11 +2,16 @@ ### Enhancements +* Use Java `LinkedHashSet` and `LinkedHashMap` new factory method with known capacity when on Java 19 or later (#3113) + ### Bugs * Inverse Inheritance Strategy not working for ignored mappings only with target (#3652) * Inconsistent ambiguous mapping method error when using `SubclassMapping`: generic vs raw types (#3668) * Fix regression when using `InheritInverseConfiguration` with nested target properties and reversing `target = "."` (#3670) +* Deep mapping with multiple mappings broken in 1.6.0 (#3667) +* Two different constants are ignored in 1.6.0 (#3673) +* Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668) ### Documentation