diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-13 11:10:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-13 11:10:46 -0400 |
commit | ca3a52c7b79fa6d8279c2c5eea739414dd481aee (patch) | |
tree | 77a19c48bd9295da5ea8311d4d37b29eeb6e9802 | |
parent | 8db6fc33bf38771957e67db90e66486243bcd8c2 (diff) | |
download | external_python_setuptools-ca3a52c7b79fa6d8279c2c5eea739414dd481aee.tar.gz external_python_setuptools-ca3a52c7b79fa6d8279c2c5eea739414dd481aee.tar.bz2 external_python_setuptools-ca3a52c7b79fa6d8279c2c5eea739414dd481aee.zip |
Update changelog18.0
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5a1c7493..8b229910 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,7 +24,9 @@ CHANGES require that Cython be present before building source distributions. However, for systems with this build of setuptools, Cython will be downloaded on demand. - +* Issue #396: Fixed test failure on OS X. +* Pull Request #136: Remove excessive quoting from shebang headers + for Jython. ------ 17.1.1 |