summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-06-06 07:06:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-06-06 07:06:15 +0200
commitfb1189a345ffa99085d3dbd8ea5b205df51d8868 (patch)
treefbf30a7e20258ddb0b7b92225f341368c72551d8 /CHANGES
parent9b4cae91532d57b81fdd62979ada19ebae06fbd6 (diff)
downloadruamel.yaml-fb1189a345ffa99085d3dbd8ea5b205df51d8868.tar.gz
regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97
needed for Python 3.8.0b1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6baf9a8..8377adb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+[0, 15, 97]: 2019-06-06
+ - regenerate ext/_ruamel_yaml.c with Cython version 0.29.10, needed for
+ Python 3.8.0b1
+ - regenerate ext/_ruamel_yaml.c with Cython version 0.29.9, needed for
+ Python 3.8.0a4 (reported by `Anthony Sottile
+ <https://bitbucket.org/%7B569cc8ea-0d9e-41cb-94a4-19ea517324df%7D/>`__)
+
[0, 15, 96]: 2019-05-16
- fix failure to indent comments on round-trip anchored block style
scalars in block sequence (reported by `William Kimball