summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-17 18:21:31 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-17 18:21:31 +0200
commit964ce371e08b0400a0e8c9019b132f43588b86fb (patch)
treec47adbfab6af451f035d362d7249ae7f6f35878f /README.rst
parent505784248165b4f938534f015a47b568635ae9f5 (diff)
downloadruamel.yaml-964ce371e08b0400a0e8c9019b132f43588b86fb.tar.gz
fix issue 223 Cloader not initialising Resolver version0.15.59
*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.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6fc5eff..4a7cf00 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.15.58
+:version: 0.15.59
:updated: 2018-08-17
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
@@ -54,6 +54,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.59 (2018-08-17):
+ - issue with C based loader and leading zeros (reported by
+ `Tom Hamilton Stubber <https://bitbucket.org/TomHamiltonStubber/>`__)
+
0.15.58 (2018-08-17):
- simple mappings can now be used as keys when round-tripping::