summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-28 16:34:30 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-28 16:34:30 +0200
commit0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e (patch)
tree3ba0d21b63c81805d52089c6b918580a00c6942a /README.rst
parent9c0ecea7cdc8f3ae5fbd125a7b059d6f6dc81669 (diff)
downloadruamel.yaml-0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e.tar.gz
fix issue 397 inserting comment when post key comment exists0.17.15
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 50d6b28..73ac449 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.14
-:updated: 2021-08-25
+:version: 0.17.15
+:updated: 2021-08-28
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -72,6 +72,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+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/>`__)
+
0.17.14 (2021-08-25):
- fix issue 396, inserting key/val in merged-in dictionary (reported by `Bastien gerard
<https://sourceforge.net/u/bagerard/>`__)