summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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 baeee11..50d6b28 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.13
-:updated: 2021-08-21
+:version: 0.17.14
+:updated: 2021-08-25
: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.14 (2021-08-25):
+ - fix issue 396, inserting key/val in merged-in dictionary (reported by `Bastien gerard
+ <https://sourceforge.net/u/bagerard/>`__)
+
0.17.13 (2021-08-21):
- minor fix in attr handling