summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
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 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 829f209..f42a5bd 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.15.83
-:updated: 2019-01-02
+:version: 0.15.84
+:updated: 2019-01-07
: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.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)