summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-06-10 08:13:51 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-06-10 08:13:51 +0200
commit9b29aec11f81bdf6f29c487f2c69bf6943dde6b9 (patch)
treefaa62da6fee0ae339c388fd31c7935a2e19229fe /README.rst
parentd523887b312e8d74d0c26ad18b8efdb2833d0ff1 (diff)
downloadruamel.yaml-9b29aec11f81bdf6f29c487f2c69bf6943dde6b9.tar.gz
issue updating CommentedMap with dict introduced in 0.16.130.17.9
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 6ca30d4..e40dbdf 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.17.8
-:updated: 2021-06-09
+:version: 0.17.9
+:updated: 2021-06-10
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -65,6 +65,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.9 (2021-06-10):
+ - fix issue with updating CommentedMap (reported by sri on
+ `StackOverlow <https://stackoverflow.com/q/67911659/1307905>`__)
+
0.17.8 (2021-06-09):
- fix for issue 387 where templated anchors on tagged object did get set
resulting in potential id reuse. (reported by `Artem Ploujnikov