Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 291:edf5cc1ffd26
Provide an optional "strict" keyword flag to all YAML load functions to detect and prevent duplicate keys within a single YAML document
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 10 Feb 2021 14:47:41 +0100 |
| parents | aec97edf7945 |
| children | 15f8401c4663 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Feb 10 13:43:29 2021 +0100 +++ b/CHANGES.txt Wed Feb 10 14:47:41 2021 +0100 @@ -16,6 +16,12 @@ :version: 0.13.dev1 :released: n/a + .. change:: + :tags: feature + + All YAML load functions got a new optional keyword `strict` to detect + and prevent duplicate keys within a single YAML document. + .. changelog:: :version: 0.12 :released: 2020-12-07
