summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-11-01 15:41:15 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-11-01 15:41:15 +0100
commite63c1e186f88812d705de8f572373d2abe5f195b (patch)
treed2ca9500cab4cadd16d8b75852a23f12a359966e /CHANGES
parent82a72a27c6ba866878fdebe7a70bd4a86f54e81d (diff)
downloadruamel.yaml-e63c1e186f88812d705de8f572373d2abe5f195b.tar.gz
fix issue #255 and #256 empty collection defaulting to flow-style0.15.76
an empty collection now defaults to best style. I.e. if elements are inserted their style is not forced to flow-style *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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 51b6be3..2c8e973 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+[0, 15, 76]: 2018-11-01
+ - fix issue with empty mapping and sequence loaded as flow-style
+ (mapping reported by `Min RK <https://bitbucket.org/minrk/>`__, sequence
+ by `Maged Ahmed <https://bitbucket.org/maged2/>`__)
+
[0, 15, 75]: 2018-10-27
- fix issue with single '?' scalar (reported by `Terrance
<https://bitbucket.org/OllieTerrance/>`__)