From 772fae4c77ccd0d35c33afa7f04431090a964692 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sat, 9 Nov 2024 12:20:14 +0100 Subject: [PATCH] Prepare release notes for 1.6.3 --- NEXT_RELEASE_CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/NEXT_RELEASE_CHANGELOG.md b/NEXT_RELEASE_CHANGELOG.md index e0f4cd31f..dca36c820 100644 --- a/NEXT_RELEASE_CHANGELOG.md +++ b/NEXT_RELEASE_CHANGELOG.md @@ -1,10 +1,9 @@ -### Features - -### Enhancements - ### Bugs +* Redundant if condition in Java record mapping with `RETURN_DEFAULT` strategy (#3747) +* Stackoverflow with Immutables custom builder (#3370) +* Unused import of `java.time.LocalDate` when mapping source `LocalDateTime` to target `LocalDate` (#3732) + ### Documentation -### Build - +* Add section to README.md comparing mapstruct with Java Records (#3751)