summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-28 20:59:55 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-28 20:59:55 +0200
commita67ac7764d4d599d4b78addcf4126fc837292705 (patch)
tree76650f45427e5f54544f27e03c92c0cbc439209d /README.rst
parente9758fbad489545478ecb9901c27d0627ca504fc (diff)
downloadruamel.yaml-a67ac7764d4d599d4b78addcf4126fc837292705.tar.gz
handle 397 with newline0.17.16
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 73ac449..a9cd69e 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.15
+:version: 0.17.16
:updated: 2021-08-28
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
@@ -72,6 +72,9 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.16 (2021-08-28):
+ - also handle issue 397 when comment is newline
+
0.17.15 (2021-08-28):
- fix issue 397, insert comment before key when a comment between key and value exists
(reported by `Bastien gerard <https://sourceforge.net/u/bagerard/>`__)