summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-01-02 20:43:06 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-01-02 20:43:06 +0100
commit2004da336f1736f63062fa70dae374b9ad765917 (patch)
tree01f967e3bfab14d72db2b40bbfcfca782ac2d953 /README.rst
parentc59babd740f7d6cfd865626f0a0427de8c320987 (diff)
downloadruamel.yaml-2004da336f1736f63062fa70dae374b9ad765917.tar.gz
fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e651606..829f209 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.82
-:updated: 2018-12-28
+:version: 0.15.83
+:updated: 2019-01-02
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,9 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.83 (2019-01-02):
+ - fix for bug in roundtripping aliases used as key (reported via email by Zaloo)
+
0.15.82 (2018-12-28):
- anchors and aliases on scalar int, float, string and bool are now preserved. Anchors
do not need a referring alias for these (reported by