summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-05-16 00:31:23 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-05-16 00:31:23 +0200
commitfd003083b6954ec1d5827984abb8ed61de400915 (patch)
tree3cef27f13dd41f9a3c019e06912805245a78f715 /CHANGES
parent399330be1abc4ab510cc4dabe8ff1bb2378dc08f (diff)
downloadruamel.yaml-fd003083b6954ec1d5827984abb8ed61de400915.tar.gz
fix comments on anchored nodes in block sequence0.15.95
fixes issue #288
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbbbf1d..c7b0587 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+[0, 15, 95]: 2019-05-16
+ - fix failure to round-trip anchored scalars in block sequence
+ (reported by `William Kimball
+ <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)
+ - wheel files for Python 3.4 no longer provided (`Python 3.4 EOL 2019-03-18
+ <https://www.python.org/dev/peps/pep-0429/>`__)
+
[0, 15, 94]: 2019-04-23
- fix missing line-break after end-of-file comments not ending in
line-break (reported by `Philip Thompson