summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-01-22 22:24:56 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-01-22 22:24:56 +0100
commit51d26b878717cf00bee0b961f39e0f14a7e9cdab (patch)
tree7e1b0f4eed20f76c0a95fb7e9ddf096ef25f8cde /README.rst
parent5028398ac1150a43f4c6eae39b8260ea9cc22a19 (diff)
downloadruamel.yaml-51d26b878717cf00bee0b961f39e0f14a7e9cdab.tar.gz
fix indexing error on empty list for merge-key position0.15.87
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 809dd10..b62889d 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.86
-:updated: 2019-01-16
+:version: 0.15.87
+:updated: 2019-01-22
: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.87 (2019-01-22):
+ - fix problem with empty lists and the code to reinsert merge keys (reported via email
+ by Zaloo)
+
0.15.86 (2019-01-16):
- reinsert merge key in its old position (reported by grumbler on
<Stackoverflow <https://stackoverflow.com/a/54206512/1307905>`__)