aboutsummaryrefslogtreecommitdiffstats
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
commitb67548a1ed3c0f606846303041e46bca76b635b6 (patch)
tree387ab2b9ae4e568bb2ad1a24c3828082b4c0cb18
parent46a65a1a635cf3986c853907d1a16c5173cc125d (diff)
downloadexternal_python_setuptools-b67548a1ed3c0f606846303041e46bca76b635b6.tar.gz
external_python_setuptools-b67548a1ed3c0f606846303041e46bca76b635b6.tar.bz2
external_python_setuptools-b67548a1ed3c0f606846303041e46bca76b635b6.zip
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.