From 095d64ed47887b12a59936e1a11b27641bcaf63c Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 20 Jan 2020 19:45:23 +0100 Subject: correct empty string mapping key rt --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.rst') 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 + `__) + - adjust deprecation warning test for Hashable, as that no longer warns (reported + by `Jason Montleon `__) 0.16.5 (2019-08-18): - allow for ``YAML(typ=['unsafe', 'pytypes'])`` -- cgit v1.2.1