aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-11-04 15:23:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-11-04 15:23:59 -0400
commit9fe9bb2536967161cebf3b4a71e34cd0699f37c9 (patch)
treea4d7180b29698f8aa57b785a68022fe03b9e5159
parent9ddf2087cf774536e52a3494cfd0d6c3b917d990 (diff)
downloadexternal_python_setuptools-9fe9bb2536967161cebf3b4a71e34cd0699f37c9.tar.gz
external_python_setuptools-9fe9bb2536967161cebf3b4a71e34cd0699f37c9.tar.bz2
external_python_setuptools-9fe9bb2536967161cebf3b4a71e34cd0699f37c9.zip
Update changelog. Ref #837.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8caa2138..2dc68e71 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,9 @@ v28.8.0
available version when scanning for packages. See also
#829.
+* #837: Rely on the config var "SO" for Python 3.3.0 only
+ when determining the ext filename.
+
v28.7.1
-------