summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-16 17:22:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-16 17:22:22 -0500
commit072653066beade0dc5fde02c26e747002ab80baa (patch)
tree865d8b8ea76fe15a2ad306ac9c4afb9111be16ce /CHANGES.txt
parentcda3ccf5c2b87212ca53b91fb782e2b858686dd3 (diff)
downloadpython-setuptools-git-072653066beade0dc5fde02c26e747002ab80baa.tar.gz
Restore setuptools.command.easy_install.sys_executable for pbr compatibility.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ad419d25..d6775876 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,14 @@
CHANGES
=======
+------
+12.0.1
+------
+
+* Restore ``setuptools.command.easy_install.sys_executable`` for pbr
+ compatibility. For the future, tools should construct a CommandSpec
+ explicitly.
+
----
12.0
----