From c36f9ae5d10baa1fbae63df8a51e937db0569c07 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 15 Sep 2024 17:11:24 +0200 Subject: [PATCH] Prepare release notes for 1.6.1 --- NEXT_RELEASE_CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/NEXT_RELEASE_CHANGELOG.md b/NEXT_RELEASE_CHANGELOG.md index 19571780c..5337e70da 100644 --- a/NEXT_RELEASE_CHANGELOG.md +++ b/NEXT_RELEASE_CHANGELOG.md @@ -1,5 +1,3 @@ -### Features - ### Enhancements * Use Java `LinkedHashSet` and `LinkedHashMap` new factory method with known capacity when on Java 19 or later (#3113) @@ -12,8 +10,6 @@ * 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 - -### Build - +* Fix cross module records with interfaces not recognizing accessors (#3661) +* `@AfterMapping` methods are called twice when using target with builder (#3678) +* Compile error when using `@AfterMapping` method with Builder and TargetObject (#3703)