aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-04 16:36:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-04 16:36:23 -0500
commitca71bc26f65f1eac9f26b5e5b0d7b4109186fe59 (patch)
tree2c426d6eea6a49ce60d9d99298e38375c756ce32 /CHANGES.rst
parent5f576fddcca8b132e42e7b8f8b62c63714012934 (diff)
downloadexternal_python_setuptools-ca71bc26f65f1eac9f26b5e5b0d7b4109186fe59.tar.gz
external_python_setuptools-ca71bc26f65f1eac9f26b5e5b0d7b4109186fe59.tar.bz2
external_python_setuptools-ca71bc26f65f1eac9f26b5e5b0d7b4109186fe59.zip
Import Cython.Compiler.Main as recommended by Cython project to improve Cython detection. Fixes #1229.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e784c2d3..5a526e8a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v38.5.0
+-------
+
+* #1229: Expand imports in ``build_ext`` to refine detection of
+ Cython availability.
+
v38.4.1
-------