summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 02:08:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 02:08:19 -0400
commit9a23f2b25745840891e99e8984fb065ef02c5353 (patch)
treeae357206599389214c710c9f1ddaf3e9f22d0ab6
parent45b9c92e627a2996a1846d91aa01af7488f52dcf (diff)
downloadpython-setuptools-bitbucket-9a23f2b25745840891e99e8984fb065ef02c5353.tar.gz
Update changelog to reference documented issue. Fixes #258.
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ab58bb14..59e63aad 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -29,7 +29,7 @@ CHANGES
ordered deterministically.
* Issue #118: The egg-info directory is now no longer included in the list
of outputs.
-* Pull Request #83: Setuptools now patches distutils msvc9compiler to
+* Issue #258: Setuptools now patches distutils msvc9compiler to
recognize the specially-packaged compiler package for easy extension module
support on Python 2.6, 2.7, and 3.2.