comparison CHANGES.txt @ 294:15f8401c4663

Change
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 10 Feb 2021 15:26:44 +0100
parents edf5cc1ffd26
children 5648e4611383
comparison
equal deleted inserted replaced
293:6f0bf673d4ff 294:15f8401c4663
19 .. change:: 19 .. change::
20 :tags: feature 20 :tags: feature
21 21
22 All YAML load functions got a new optional keyword `strict` to detect 22 All YAML load functions got a new optional keyword `strict` to detect
23 and prevent duplicate keys within a single YAML document. 23 and prevent duplicate keys within a single YAML document.
24
25 The top-level load function also understands this flag and provides it
26 to low-level-loaders that understand it.
24 27
25 .. changelog:: 28 .. changelog::
26 :version: 0.12 29 :version: 0.12
27 :released: 2020-12-07 30 :released: 2020-12-07
28 31