We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3b86d commit fc15a88Copy full SHA for fc15a88
release-notes/CREDITS-2.x
@@ -234,3 +234,8 @@ Axel Niklasson (axelniklasson@github)
234
* Contributed #388: (yaml) Add `YAMLParser.Feature.PARSE_BOOLEAN_LIKE_WORDS_AS_STRINGS`
235
to allow parsing "boolean" words as strings instead of booleans
236
(2.15.0)
237
+
238
+Niels Basjes (nielsbasjes@github)
239
240
+* Contributed #415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
241
+ (2.15.0)
release-notes/VERSION-2.x
@@ -16,6 +16,8 @@ Active Maintainers:
16
17
#411: (toml) Fuzzer-found issue #57237 (buffer boundary condition)
18
(contributed by @yawkat)
19
+#415: (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
20
+ (contributed by Niels B)
21
22
2.15.0-rc2 (28-Mar-2023)
23
0 commit comments