diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 22:48:07 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 22:48:07 -0500 |
| commit | 81df10c70a695360683d76daa1737ba3feb56f6f (patch) | |
| tree | 7ee42cffbb99c2b0cc19742daad61046d159e745 /CHANGES.txt | |
| parent | b2c646684986070b34b92aef52d2f57391c99626 (diff) | |
| download | python-setuptools-git-81df10c70a695360683d76daa1737ba3feb56f6f.tar.gz | |
Update note in changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8fc9e981..d6cf236a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,15 @@ CHANGES ======= ---- +12.0 +---- + +* Issue #188: Setuptools now support multiple entities in the value for + ``build.executable``, such that an executable of "/usr/bin/env my-python" may + be specified. This means that systems with a specified executable whose name + has spaces in the path must be updated to escape or quote that value. + +---- 11.1 ---- |
