diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-16 10:19:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-16 10:19:24 -0500 |
commit | e69b9745ff0d8bd3ab134a80d1c91707377d06ed (patch) | |
tree | b88c400a0b49ac68b629ee80f0a8eedf778f0f83 | |
parent | 3735dd9e689cd98d6ee45fcdac21d1f41c952a76 (diff) | |
download | external_python_setuptools-e69b9745ff0d8bd3ab134a80d1c91707377d06ed.tar.gz external_python_setuptools-e69b9745ff0d8bd3ab134a80d1c91707377d06ed.tar.bz2 external_python_setuptools-e69b9745ff0d8bd3ab134a80d1c91707377d06ed.zip |
Update changelog12.2
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4e058be8..45658bb0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,7 @@ CHANGES * Issue #336: Removed deprecation from ``ez_setup.use_setuptools``, as it is clearly still used by buildout's bootstrap. ``ez_setup`` remains deprecated for use by individual packages. +* Simplified implementation of ``ez_setup.use_setuptools``. ---- 12.1 |