summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-02-11 17:44:00 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-02-11 17:44:00 +0100
commitf0c0ec5911fc800cd1b650c6366fded26838afde (patch)
treef03b7c0a918cd29a684c5161bdebd83b7d6f90f6 /CHANGES
parent3902a11f81f8b46444f60122657c53eaec3bdba7 (diff)
downloadruamel.yaml-f0c0ec5911fc800cd1b650c6366fded26838afde.tar.gz
allow C extension install for Python 3.80.16.8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d168a24..dec3614 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+[0, 16, 8]: 2020-02-11
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
+[0, 16, 8]: 2020-02-11
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
+[0, 16, 8]: 2020-02-11
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
+[0, 16, 8]: 2020-02-11
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
+[0, 16, 8]: 2020-02-11
+ - update requirements so that ruamel.yaml.clib is installed for 3.8,
+ as it has become available (via manylinux builds)
+
[0, 16, 7]: 2020-01-30
- fix typchecking issue on TaggedScalar (reported by Jens Nielsen)
- fix error in dumping literal scalar in sequence with comments before element