diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 6d7dba2e..4c572295 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -155,5 +155,8 @@ Jack Dunning (@JDUNNIN) @HelloOO7 * Contributed #248: (android-record) jClass annotations and polymorphic types are ignored - when deserializing Android Record fields - (2.18.0) + when deserializing Android Record fields* + (2.18.0) +* Contributed #251: Constructor is not recognized when a record uses both arrays + and generic types + (2.18.0) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 36f1fb76..774af620 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -31,6 +31,9 @@ Active maintainers: #248: (android-record) jClass annotations and polymorphic types are ignored when deserializing Android Record fields (contributed by @HelloOO7) +#251: (android-record) Constructor is not recognized when a record uses + both arrays and generic types + (contributed by @HelloOO7) 2.17.2 (05-Jul-2024) 2.17.1 (04-May-2024)