summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 22:32:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 22:32:26 -0400
commit3e3d83ad49e7f45cc8d2f343590f774c41069b74 (patch)
tree7e24e44af0627ba252eeeff55ecda5238533d353
parent566dc35b7030c7d94fcf0e57ef8b57b365008dae (diff)
downloadpython-setuptools-git-3e3d83ad49e7f45cc8d2f343590f774c41069b74.tar.gz
Update changelog. Fixes #249. Fixes #450
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d69f5563..3482b760 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,6 +6,8 @@ v28.5.0
-------
* #810: Tests are now invoked with tox and not setup.py test.
+* #249 and #450 via #764: Avoid scanning the whole tree
+ when building the manifest.
v28.4.0
-------