summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-04 22:48:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-04 22:48:07 -0500
commit81df10c70a695360683d76daa1737ba3feb56f6f (patch)
tree7ee42cffbb99c2b0cc19742daad61046d159e745 /CHANGES.txt
parentb2c646684986070b34b92aef52d2f57391c99626 (diff)
downloadpython-setuptools-git-81df10c70a695360683d76daa1737ba3feb56f6f.tar.gz
Update note in changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
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
----