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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +[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, 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/>`__) |