diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-04-05 22:05:13 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-04-05 22:05:13 +0200 |
commit | 44f33876f1b7ca0e1670b6f6f2d52f2992673405 (patch) | |
tree | b1302ada4baeb5ec8cc8d355b9ed35c32cb9e34b /README.rst | |
parent | 025693ddf51960b599ddeed1c2adb999b00dbf32 (diff) | |
download | ruamel.yaml-44f33876f1b7ca0e1670b6f6f2d52f2992673405.tar.gz |
optionally allow duplicate merge keys0.15.91
https://stackoverflow.com/questions/55540686/configuring-ruamel-yaml-to-allow-duplicate-keys
reported by mamacdon
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -4,8 +4,8 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.15.90 -:updated: 2019-04-04 +:version: 0.15.91 +:updated: 2019-04-05 :documentation: http://yaml.readthedocs.io :repository: https://bitbucket.org/ruamel/ :pypi: https://pypi.org/project/ruamel.yaml/ @@ -54,6 +54,10 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.15.91 (2019-04-05): + - allowing duplicate keys would not work for merge keys (reported by mamacdon on + `StackOverflow <https://stackoverflow.com/questions/55540686/>`__ + 0.15.90 (2019-04-04): - fix issue with updating `CommentedMap` from list of tuples (reported by `Peter Henry <https://bitbucket.org/mosbasik/>`__) @@ -74,7 +78,7 @@ ChangeLog 0.15.86 (2019-01-16): - reinsert merge key in its old position (reported by grumbler on - <Stackoverflow <https://stackoverflow.com/a/54206512/1307905>`__) + `StackOverflow <https://stackoverflow.com/a/54206512/1307905>`__) - fix for issue with non-ASCII anchor names (reported and fix provided by Dandaleon Flux via email) - fix for issue when parsing flow mapping value starting with colon (in pure Python only) |