summaryrefslogtreecommitdiff
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
commit93d3b5f518866cad6f758fe5859102592e0c5352 (patch)
tree3cabb83d639613f20dbc2775d96dd744446b715e
parent33688382d4c3daf8490c86d14cc7a6818d49f7e4 (diff)
downloadpython-setuptools-bitbucket-93d3b5f518866cad6f758fe5859102592e0c5352.tar.gz
Update note in changelog
-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
----