summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-01-06 20:22:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-01-06 20:22:51 -0500
commit40a5af7a50dc95b31da4745912c6f0aa016fb820 (patch)
tree86085895f984cc0e0768eebbf41d2dd13291715b
parente81800c109d87617f2c82a4f53a565f9c26e0614 (diff)
downloadpython-setuptools-git-40a5af7a50dc95b31da4745912c6f0aa016fb820.tar.gz
Update changelog
-rw-r--r--CHANGES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 83081957..d3ba1ee5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,10 +2,12 @@
CHANGES
=======
------
-2.0.3
------
+---
+2.1
+---
+* Issue #129: Suppress inspection of '*.whl' files when searching for files
+ in a zip-imported file.
* Issue #131: Fix RuntimeError when constructing an egg fetcher.
-----