From fc15a88c587d8aae60e86cc5296d1ce4475047e7 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 14 Apr 2023 10:23:34 -0700 Subject: [PATCH] Update release notes wrt #415 --- release-notes/CREDITS-2.x | 5 +++++ release-notes/VERSION-2.x | 2 ++ 2 files changed, 7 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index e627fe10..aefec825 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -234,3 +234,8 @@ Axel Niklasson (axelniklasson@github) * Contributed #388: (yaml) Add `YAMLParser.Feature.PARSE_BOOLEAN_LIKE_WORDS_AS_STRINGS` to allow parsing "boolean" words as strings instead of booleans (2.15.0) + +Niels Basjes (nielsbasjes@github) + +* Contributed #415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection + (2.15.0) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 6660d16c..9cb91964 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,8 @@ Active Maintainers: #411: (toml) Fuzzer-found issue #57237 (buffer boundary condition) (contributed by @yawkat) +#415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection + (contributed by Niels B) 2.15.0-rc2 (28-Mar-2023)