summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-08 17:48:10 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-08 17:48:10 +0200
commitafdcc1219dc6a78fe21f46319dd0fc73da217c59 (patch)
tree0fe11260dfc94f06a081ffbceffe4d1e06a75136 /CHANGES
parentd68c914426b826ff9b076eb870aebdfdef5d82aa (diff)
downloadruamel.yaml-afdcc1219dc6a78fe21f46319dd0fc73da217c59.tar.gz
push new version fixing two issues0.15.51
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f9c160f..4f7abf4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+[0, 15, 51]: 2018-08-08
+ - Fix method name dumps (were not dotted) and loads (reported by `Douglas Raillard
+ <https://bitbucket.org/DouglasRaillard/>`__)
+ - Fix spurious trailing white-space caused when the comment start
+ column was no longer reached and there was no actual EOL comment
+ (e.g. following empty line) and doing substitutions, or when
+ quotes around scalars got dropped. (reported by `Thomas Guillet
+ <https://bitbucket.org/guillett/>`__)
+
[0, 15, 50]: 2018-08-05
- Allow ``YAML()`` as a context manager for output, thereby making it much easier
to generate multi-documents in a stream.