summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-04-04 08:34:46 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-04-04 08:34:46 +0200
commit3d039055e72a8f3185089a2b9f1f162c6f453a77 (patch)
tree254a95bb590bd8b5174ad7b0f589c037073155e4 /README.rst
parent24bdc0073466057ba9288282f943205a32f3cdc8 (diff)
downloadruamel.yaml-3d039055e72a8f3185089a2b9f1f162c6f453a77.tar.gz
fix update CommentedMap with list of tuples0.15.90
fixes issue #282 *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.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4b43bc5..54e3ba7 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.89
-:updated: 2019-02-27
+:version: 0.15.90
+:updated: 2019-04-04
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.90 (2019-04-04):
+ - fix issue with updating `CommentedMap` from list of tuples (reported by
+ `Peter Henry <https://bitbucket.org/mosbasik/>`__)
+
0.15.89 (2019-02-27):
- fix for items with flow-mapping in block sequence output on single line
(reported by `Zahari Dim <https://bitbucket.org/zahari_dim/>`__)