summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-20 16:48:10 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-20 16:48:10 +0200
commite1594f4f390a67f376722086ea4ac3e5583d003d (patch)
tree7b3e926d8a2e8507538832f0a216c39effc58dfb /CHANGES
parentc706e5ec84f7520b1e63110af89f441ebdbceae6 (diff)
downloadruamel.yaml-e1594f4f390a67f376722086ea4ac3e5583d003d.tar.gz
fix issue #239 dropping comments before document-end on load_all0.15.69
*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 ba7d70a..6b8208e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 15, 69]: 2018-09-20
+ - fix issue with dump_all gobbling end-of-document comments on parsing
+ (reported by `Pierre B. <https://bitbucket.org/octplane/>`__)
+
[0, 15, 68]: 2018-09-20
- fix issue with parsabel, but incorrect output with nested flow-style sequences
(reported by `Dougal Seeley <https://bitbucket.org/dseeley/>`__)