From cd43d1a279a64e60d6cf11b76602c1fc18313ac7 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 8 Mar 2023 18:28:32 -0800 Subject: [PATCH] Update release notes wrt #387 --- release-notes/VERSION-2.x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 8b47625d..f428e395 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -19,6 +19,8 @@ Active Maintainers: #373: (yaml) Positive numbers with plus sign not quoted correctly with `ALWAYS_QUOTE_NUMBERS_AS_STRINGS` (requested by @dyadyaJora) +#387: (toml) Stack overflow (50083) found by OSS-Fuzz + (contributed by @yawkat) #388: (yaml) Add `YAMLParser.Feature.PARSE_BOOLEAN_LIKE_WORDS_AS_STRINGS` to allow parsing "boolean" words as strings instead of booleans (contributed by Axel N)