summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-04-07 21:49:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-04-07 21:49:28 +0200
commitfc9c33962bc4f91dd2c46e002cc8a433d05b2f88 (patch)
tree17193a692c890694dddc3554645e8351ecb920a9 /README.rst
parent615e8c5a2e24eb5ffa0ff623cd616d88ca430e50 (diff)
downloadruamel.yaml-fc9c33962bc4f91dd2c46e002cc8a433d05b2f88.tar.gz
partial fix for 3510.17.4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7063d9b..cdf3498 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.3
+:version: 0.17.4
:updated: 2021-04-07
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
@@ -65,6 +65,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.4 (2021-04-07):
+ - prevent (empty) comments from throwing assertion error (issue 351
+ reported by `William Kimball <https://sourceforge.net/u/william303/>`__)
+ comments (or empty line) will be dropped
+
0.17.3 (2021-04-07):
- fix for issue 382 caused by an error in a format string (reported by
`William Kimball <https://sourceforge.net/u/william303/>`__)