summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-01-07 13:29:52 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-01-07 13:29:52 +0100
commitec580a754862bdd03ef6cfd6133e5b190c5f1798 (patch)
tree05d078070c398519625d8501f128ed2f66d94b70 /CHANGES
parent47574a96e90ca4199f50ae134211134e404a9bb1 (diff)
downloadruamel.yaml-ec580a754862bdd03ef6cfd6133e5b190c5f1798.tar.gz
fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84
*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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b157860..bb6f0ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 15, 84]: 2019-01-07
+ - fix for `CommentedMap.copy()` not returning `CommentedMap`, let alone copying comments etc.
+ (reported by `Anthony Sottile <https://bitbucket.org/asottile/>`__)
+
[0, 15, 83]: 2019-01-02
- fix for bug in roundtripping aliases used as key (reported via email by Zaloo)