summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-07 14:25:14 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-07 14:25:14 +0200
commit55964d27ae6afdc11b74004e257c8834aead27e8 (patch)
treec92f865874ecc8d192f71521fceca05bc1696727 /CHANGES
parente9f456c03708ca2c1c7617cb8f1fd2ffe8a018d3 (diff)
downloadruamel.yaml-55964d27ae6afdc11b74004e257c8834aead27e8.tar.gz
fix issue #234 safe_load inserting a fold indicator character0.15.66
*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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff446b4..1d69690 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 15, 66]: 2018-09-07
+ - fix issue with fold indicating characters inserted in safe_load-ed folded strings
+ (reported by `Maximilian Hils <https://bitbucket.org/mhils/>`__).
+
[0, 15, 65]: 2018-09-07
- fix issue #232 revert to throw ParserError for unexcpected ``]``
and ``}`` instead of IndexError. (Issue reported and PR with fix