summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-01-20 19:45:23 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-01-20 19:45:23 +0100
commit095d64ed47887b12a59936e1a11b27641bcaf63c (patch)
tree0f37287b88b31d7b68b85767874444eaf0015831 /README.rst
parent245f5a1667033634d4069ee48b7d6915489148fd (diff)
downloadruamel.yaml-095d64ed47887b12a59936e1a11b27641bcaf63c.tar.gz
correct empty string mapping key rt0.16.6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 58403df..c569060 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.5
-:updated: 2019-08-18
+:version: 0.16.6
+:updated: 2020-01-20
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/yaml
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,9 +54,13 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
-NEXT:
+0.16.6 (2020-01-20):
- fix empty string mapping key roundtripping with preservation of quotes as `? ''`
(reported via email by Tomer Aharoni).
+ - fix incorrect state setting in class constructor (reported by `Douglas Raillard
+ <https://bitbucket.org/%7Bcf052d92-a278-4339-9aa8-de41923bb556%7D/>`__)
+ - adjust deprecation warning test for Hashable, as that no longer warns (reported
+ by `Jason Montleon <https://bitbucket.org/%7B8f377d12-8d5b-4069-a662-00a2674fee4e%7D/>`__)
0.16.5 (2019-08-18):
- allow for ``YAML(typ=['unsafe', 'pytypes'])``