summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-18 20:04:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-18 20:04:59 -0400
commitc8f9fd8c0d61f74fdcf10d96cf7608a256ecbe40 (patch)
treefc4f693263bbadab1090479442a0562f5937d3d5 /CHANGES.rst
parentccaead826d34365b55fe40eba788dd5da00d1607 (diff)
downloadpython-setuptools-git-c8f9fd8c0d61f74fdcf10d96cf7608a256ecbe40.tar.gz
Update changelog. Ref #572.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c8bfe2d3..dd2e2c73 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,14 @@
CHANGES
=======
+v21.1.0
+-------
+
+* #572: In build_ext, now always import ``_CONFIG_VARS``
+ from ``distutils`` rather than from ``sysconfig``
+ to allow ``distutils.sysconfig.customize_compiler``
+ configure the OS X compiler for ``-dynamiclib``.
+
v21.0.0
-------