diff options
-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 |