summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-01-30 10:59:27 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-01-30 10:59:27 +0100
commit10c6a6b07ee92ee797460fbe8207abe0669e25bf (patch)
tree7e0c6e2bb95065c90b5a02d042e4c128ae82f158 /README.rst
parent1d7c8bd627dff124687111dc2125e9f1588f2f49 (diff)
downloadruamel.yaml-10c6a6b07ee92ee797460fbe8207abe0669e25bf.tar.gz
fix issue with mypy, dumping lit scalar in sequence0.16.7
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c569060..d2e62f0 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.16.6
-:updated: 2020-01-20
+:version: 0.16.7
+:updated: 2020-01-30
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/yaml
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.16.7 (2020-01-30):
+ - fix typchecking issue on TaggedScalar (reported by Jens Nielsen)
+ - fix error in dumping literal scalar in sequence with comments before element
+ (reported by `EJ Etherington <https://sourceforge.net/u/ejether/>`__)
+
0.16.6 (2020-01-20):
- fix empty string mapping key roundtripping with preservation of quotes as `? ''`
(reported via email by Tomer Aharoni).