summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-18 12:46:39 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-18 12:46:39 +0200
commitc0f02842ced2240ec35315b0b88c775ae5423be9 (patch)
tree5ec77311b0abcbbd1b188e745cce688d1548372b /README.rst
parenta14b9f18f48a8151650ebcac34f812a6b5e5eb63 (diff)
downloadruamel.yaml-c0f02842ced2240ec35315b0b88c775ae5423be9.tar.gz
fix issue #219 breakage on single entry map as flow sequence element0.15.60
*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 4a7cf00..5eed39e 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.59
-:updated: 2018-08-17
+:version: 0.15.60
+:updated: 2018-08-18
: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.60 (2018-08-18):
+ - again allow single entry map in flow sequence context (reported by
+ `Lee Goolsbee <https://bitbucket.org/lgoolsbee/>`__)
+ - cleanup for mypy
+ - spurious print in library (reported by
+ `Lele Gaifax <https://bitbucket.org/lele/>`__), now automatically checked
+
0.15.59 (2018-08-17):
- issue with C based loader and leading zeros (reported by
`Tom Hamilton Stubber <https://bitbucket.org/TomHamiltonStubber/>`__)