summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-14 09:25:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-14 09:25:15 +0200
commit014fa1a6725197e8637c2c6baeecb8349105ca19 (patch)
tree1e5ae8f215bd426834416f5f26379ee0d3284701 /README.rst
parent6b95229e6ad2f246065d32c12c594b3f174f4557 (diff)
downloadruamel.yaml-014fa1a6725197e8637c2c6baeecb8349105ca19.tar.gz
fixes issue #209: dump string '019' as plain scalar0.15.44
*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.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1d92c05..50b9521 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.15.43
-:updated: 2018-07-12
+:version: 0.15.44
+:updated: 2018-07-14
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -42,6 +42,13 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.44 (2018-07-14):
+ - Correct loading plain scalars consisting of numerals only and
+ starting with `0`, when not explicitly specifying YAML version
+ 1.1. This also fixes the issue about dumping string `'019'` as
+ plain scalars as reported by `Min RK
+ <https://bitbucket.org/minrk/>`__, that prompted this chance.
+
0.15.43 (2018-07-12):
- merge PR33: Python2.7 on Windows is narrow, but has no
``sysconfig.get_config_var('Py_UNICODE_SIZE')``. (merge provided by