diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-29 16:31:16 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-29 16:31:16 -0500 |
commit | 2910bb06b9521aaf552f2550d462ed14e3f58ec2 (patch) | |
tree | 3245c078d402a80f2ac1d9682992b5d9b0301247 | |
parent | 6cc077d10b69b24307198f494675f7ab9418f180 (diff) | |
download | external_python_setuptools-2910bb06b9521aaf552f2550d462ed14e3f58ec2.tar.gz external_python_setuptools-2910bb06b9521aaf552f2550d462ed14e3f58ec2.tar.bz2 external_python_setuptools-2910bb06b9521aaf552f2550d462ed14e3f58ec2.zip |
Update changelog
--HG--
branch : distribute
extra : rebase_source : 44b7e6234f791c1a1182f202bc429d40922074ee
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d5a1792a..7c605c7e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ CHANGES * Fix 2 errors with Jython 2.5. * Fix 1 failure with Jython 2.5 and 2.7. * Disable workaround for Jython scripts on Linux systems. +* Issue #336: `setup.py` no longer masks failure exit code when tests fail. ------ 0.6.32 |