summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-04-04 08:34:46 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-04-04 08:34:46 +0200
commit3d039055e72a8f3185089a2b9f1f162c6f453a77 (patch)
tree254a95bb590bd8b5174ad7b0f589c037073155e4 /CHANGES
parent24bdc0073466057ba9288282f943205a32f3cdc8 (diff)
downloadruamel.yaml-3d039055e72a8f3185089a2b9f1f162c6f453a77.tar.gz
fix update CommentedMap with list of tuples0.15.90
fixes issue #282 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3d283ef..9b46ce2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+[0, 15, 90]: 2019-04-04
+ - fix issue with updating `CommentedMap` from list of tuples (reported by
+ `Peter Henry <https://bitbucket.org/mosbasik/>`__)
+
+[0, 15, 90]: 2019-04-04
+ - fix issue with updating `CommentedMap` from list of tuples (reported by
+ `Peter Henry <https://bitbucket.org/mosbasik/>`__)
+
[0, 15, 89]: 2019-02-27
- fix for items with flow-mapping in block sequence output on single line
(reported by `Zahari Dim <https://bitbucket.org/zahari_dim/>`__)