summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5c5b263..0974570 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.6
+:version: 0.17.7
:updated: 2021-05-31
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
@@ -65,6 +65,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.7 (2021-05-31):
+ - issue 385 also affected other deprecated loaders (reported via email
+ by Oren Watson)
+
0.17.6 (2021-05-31):
- merged type annotations update provided by
`Jochen Sprickerhof <https://sourceforge.net/u/jspricke/>`__