summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-16 17:13:23 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-16 17:13:23 +0200
commitf2f0bb9bc12d0fd236e32101b31f5b67c10aa97b (patch)
treee1dc158a0f28a9ff77f2e35819c04d24eaeb9e6f /CHANGES
parent5cdadf2799206bddf2b0370db0849feb827f8a0c (diff)
downloadruamel.yaml-f2f0bb9bc12d0fd236e32101b31f5b67c10aa97b.tar.gz
add .compact() to set non-compacting for sequence/mapping within sequence0.15.73
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb6ee69..be3d466 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+[0, 15, 73]: 2018-10-16
+ - fix irregular output on pre-comment in sequence within sequence (reported
+ by `Thorsten Kampe <https://bitbucket.org/thorstenkampe/>`__)
+ - allow non-compact (i.e. next line) dumping sequence/mapping within sequence.
+
[0, 15, 72]: 2018-10-06
- fix regression on explicit 1.1 loading with the C based scanner/parser
(reported by `Tomas Vavra <https://bitbucket.org/xtomik/>`__)