summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-26 09:12:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-26 09:12:36 -0500
commit6dcbe27f5413720102fe57bff8ed9db8406a9282 (patch)
tree0a5f554f49ee59427a0f773662fb6069ccc98e1b
parentceb03af882740ae02ef4be004a30b45c7b25b9ce (diff)
downloadpython-setuptools-git-6dcbe27f5413720102fe57bff8ed9db8406a9282.tar.gz
Updated changelog0.6.32
--HG-- branch : distribute extra : rebase_source : 622abb171373b4432b02044cad40145e6dcee53c
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3b5ba3d9..db7609af 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,8 @@ CHANGES
* Fix test suite with Python 2.6.
* Fix some DeprecationWarnings and ResourceWarnings.
+* Issue #335: Backed out `setup_requires` superceding installed requirements
+ until regression can be addressed.
------
0.6.31