Prepare release notes for 1.6.3

This commit is contained in:
Filip Hrisafov 2024-11-09 12:20:14 +01:00
parent efdf435770
commit 772fae4c77

View File

@ -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)