diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 11:29:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 11:29:50 -0400 |
commit | 442e0b23457b68a188cc75e4c885a244251c4a9c (patch) | |
tree | 7ca278b55e3e86a9fbe4e22639c149c8bc1a03a2 | |
parent | 0bb45480fa1501818c46c89b0cdcbe4e366c129c (diff) | |
download | external_python_setuptools-442e0b23457b68a188cc75e4c885a244251c4a9c.tar.gz external_python_setuptools-442e0b23457b68a188cc75e4c885a244251c4a9c.tar.bz2 external_python_setuptools-442e0b23457b68a188cc75e4c885a244251c4a9c.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3a0e6936..ab58bb14 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,9 @@ 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 + recognize the specially-packaged compiler package for easy extension module + support on Python 2.6, 2.7, and 3.2. --- 5.8 |