summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-05-30 13:13:37 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-05-30 13:13:37 +0200
commit9b4cae91532d57b81fdd62979ada19ebae06fbd6 (patch)
tree196424ad478b67069695c479869647bb0aaa271b /README.rst
parent7fedadf7f68bc192c419767b9e75ce8e2162a726 (diff)
downloadruamel.yaml-9b4cae91532d57b81fdd62979ada19ebae06fbd6.tar.gz
regenerate ext/_ruamel_yaml.c using Cython version 0.29.9
needed for Python 3.8.0a4 *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 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 13bd359..acb5fb1 100644
--- a/README.rst
+++ b/README.rst
@@ -54,6 +54,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+NEXT:
+ - 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