summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-11-26 09:24:31 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-11-26 09:24:31 +0100
commit10438bc786dc6a381193025779cf86e072a1108a (patch)
tree19880df160235f35b4e3443509a77e84bd560870 /CHANGES
parentfa720ebff5f3ee49cb70d3741d07e1f3fd957a62 (diff)
downloadruamel.yaml-10438bc786dc6a381193025779cf86e072a1108a.tar.gz
fix for issue with folds after (and before) spaces being emitted as BEL character instead of discarding0.15.80
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dad1a5c..9d17020 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 15, 80]: 2018-11-26
+ - fix issue emitting BEL character when round-tripping invalid folded input
+ (reported by Isaac on `StackOverflow <https://stackoverflow.com/a/53471217/1307905>`__)
+
[0, 15, 79]: 2018-11-21
- fix issue with anchors nested deeper than alias (reported by gaFF on
`StackOverflow <https://stackoverflow.com/a/53397781/1307905>`__)