summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-25 21:30:55 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-25 21:30:55 +0200
commitb377e99595919aded00074a2db16001c4847fce8 (patch)
tree8ec452e26419b22e45ed702359e1bd74115491c6 /README.rst
parent849ef8a1a635186e57a414858937b5759101a2a2 (diff)
downloadruamel.yaml-b377e99595919aded00074a2db16001c4847fce8.tar.gz
fix issue with insert in merged-in dict0.17.14
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