From fc9c33962bc4f91dd2c46e002cc8a433d05b2f88 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 7 Apr 2021 21:49:28 +0200 Subject: partial fix for 351 --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.rst') 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 `__) + 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 `__) -- cgit v1.2.1