summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-06-24 10:34:54 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-06-24 10:34:54 +0200
commit7f2d1c34fccbde6cfc4e0d4eb0aa74f1ab34df73 (patch)
tree9d02e3216a795a17881446c137e13ac4721e1a94 /README.rst
parent4f10207f7b056437f08248a4adcbbfd382627747 (diff)
downloadruamel.yaml-7f2d1c34fccbde6cfc4e0d4eb0aa74f1ab34df73.tar.gz
old end-of-list comment can have five positions0.17.10
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 e40dbdf..6f3b196 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.9
-:updated: 2021-06-10
+:version: 0.17.10
+:updated: 2021-06-24
: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.10 (2021-06-24):
+ - fix issue 388, token with old comment structure != two elements
+ (reported by `Dimitrios Bariamis <https://sourceforge.net/u/dbdbc/>`__)
+
0.17.9 (2021-06-10):
- fix issue with updating CommentedMap (reported by sri on
`StackOverlow <https://stackoverflow.com/q/67911659/1307905>`__)