diff --git a/NEXT_RELEASE_CHANGELOG.md b/NEXT_RELEASE_CHANGELOG.md index 305bdda94..39f23af6f 100644 --- a/NEXT_RELEASE_CHANGELOG.md +++ b/NEXT_RELEASE_CHANGELOG.md @@ -1,19 +1,26 @@ -### Features - ### Enhancements -* Breaking change:g (#3574) - +* Breaking change: (#3574) - This reverts #2560, because we've decided that `@BeanMapping(ignoreByDefault = true)` should only be applied to target properties and not to source properties. Source properties are ignored anyway, the `BeanMapping#unmappedSourcePolicy` should be used to control what should happen with unmapped source policy ### Bugs * Breaking change: Presence check method used only once when multiple source parameters are provided (#3601) +* Fix `@SubclassMapping` not working with `@BeanMapping#ignoreUnmappedSourceProperties` (#3609) +* Fix duplicate method generation with recursive auto mapping (#3591) ### Documentation +* Fix documentation of `unmappedSourcePolicy` default value (#3635) +* Fix documentation link of before and after mapping when using builders (#3639) +* Fix typo in experimental note (#3634) +* Add example classes for the passing target type documentation (#3504) + ### Build +* Enforce whitespaces around the for colon with CheckStyle (#3642) + ## Breaking changes ### Presence checks for source parameters