From b607e8a5c23cacaafb528fdd849725e6e956f5d0 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 14 Dec 2023 16:33:03 -0800 Subject: [PATCH] Update release notes wrt #736 --- release-notes/VERSION-2.x | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 92a4e594b4..57daf80973 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -6,6 +6,9 @@ Project: jackson-databind 2.17.0 (not yet released) +#736: `MapperFeature.REQUIRE_SETTERS_FOR_GETTERS` has no effect + (reported by @migel) + (fix contributed by Joo-Hyuk K) #4160: Deprecate `DefaultTyping.EVERYTHING` in `2.x` and remove in `3.0` (contributed by Joo-Hyuk K) #4194: Add `JsonNodeFeature.FAIL_ON_NAN_TO_BIG_DECIMAL_COERCION` option to