aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:21:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:21:56 -0500
commit4216b5f3fece69e3b74c646f72b8fe757b658729 (patch)
tree31214b121a85092b65f971f6b3217ecb3c8784cb
parent76fefe982d4445248c1933030619eedc764e695b (diff)
downloadexternal_python_setuptools-4216b5f3fece69e3b74c646f72b8fe757b658729.tar.gz
external_python_setuptools-4216b5f3fece69e3b74c646f72b8fe757b658729.tar.bz2
external_python_setuptools-4216b5f3fece69e3b74c646f72b8fe757b658729.zip
Update changelog. Ref #1145.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6b84c03f..bea60786 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,9 @@ v36.6.1
* #1132: Removed redundant and costly serialization/parsing step
in ``EntryPoint.__init__``.
+* #844: ``bdist_egg --exclude-source-files`` now tested and works
+ on Python 3.
+
v36.6.0
-------