diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-04-21 17:48:15 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-04-21 17:48:15 +0200 |
commit | de8f65450fa85ab4e59afa91df669e05753d5b93 (patch) | |
tree | ba492894b7fb6f4a229f24ce7c0136c8af2d0e98 /README.rst | |
parent | 6c7a0920317ab4cf34950a6bb4f8e4bc2b494632 (diff) | |
download | ruamel.yaml-de8f65450fa85ab4e59afa91df669e05753d5b93.tar.gz |
Add y/Y/n/N to boolean values under 1.10.15.93
fixes issues #285
*When this change indeed resolves your problem, please **Close** this issue*.
*(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -4,8 +4,8 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.15.92 -:updated: 2019-04-16 +:version: 0.15.93 +:updated: 2019-04-21 :documentation: http://yaml.readthedocs.io :repository: https://bitbucket.org/ruamel/ :pypi: https://pypi.org/project/ruamel.yaml/ @@ -54,6 +54,13 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.15.93 (2019-04-21): + - fix failure to parse empty implicit flow mapping key + - in YAML 1.1 plains scalars `y`, 'n', `Y`, and 'N' are now + correctly recognised as booleans and such strings dumped quoted + (reported by `Marcel Bollmann + <https://bitbucket.org/%7Bd8850921-9145-4ad0-ac30-64c3bd9b036d%7D/>`__) + 0.15.92 (2019-04-16): - fix failure to parse empty implicit block mapping key (reported by `Nolan W <https://bitbucket.org/i2labs/>`__) |