From ef85387ebb74c54e5a49b351fe78696dc5e07e16 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 9 Nov 2023 20:55:37 -0800 Subject: [PATCH] Update release notes wrt #227 --- release-notes/CREDITS-2.x | 5 +++++ release-notes/VERSION-2.x | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index eaa75726..1de43210 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -134,3 +134,8 @@ Marco Descher (@col-panic) * Contributed fix for #219: (jakarta-xmlbind) Using `jackson-module-jakarta-xmlbind-annotations` 2.15.2 fails in OSGi Environment with JAXB 4 (2.16.0) + +Eran Leshem (@eranl) + +* Contributed #227: Add `jackson-module-android-record + diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 22cabffd..19fb4f3a 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -1,6 +1,7 @@ Project: jackson-modules-base Modules: jackson-module-afterburner + jackson-module-android-record (2.16) jackson-module-blackbird (2.12) jackson-module-guice jackson-module-guice7 (2.16) @@ -13,6 +14,7 @@ Modules: Active maintainers: +* Eran Leshem (@eranl): author of jackson-module-android-record * Steven Schlansker (@stevenschlansker): author of Blackbird, co-author of Afterburner * Tatu Saloranta (@cowtowncoder): author or co-author of all other modules @@ -24,6 +26,8 @@ Active maintainers: #223: IncompatibleClassChangeError when deserializing a class implementing an interface with default get/set implementations (reported by @avnersin) +#227: Add `jackson-module-android-record + (contributed by Eran L) 2.16.0-rc1 (20-Oct-2023)