aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-09-03 13:35:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-09-03 13:35:22 -0400
commit37eceeb0a4aab75c54f8e6afb66fd236562ca9f2 (patch)
treeb8321ac85e795da11e167449feff93a6deef160e /CHANGES.rst
parent45bc4b99137a4f7a627439239a193d89ff6cfee9 (diff)
downloadexternal_python_setuptools-37eceeb0a4aab75c54f8e6afb66fd236562ca9f2.tar.gz
external_python_setuptools-37eceeb0a4aab75c54f8e6afb66fd236562ca9f2.tar.bz2
external_python_setuptools-37eceeb0a4aab75c54f8e6afb66fd236562ca9f2.zip
Update changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 24a3e4d0..9b9d5fe1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ v36.4.0
* #1068: Sort files and directories when building eggs for
deterministic order.
+* #196: Remove caching of easy_install command in fetch_build_egg.
+ Fixes issue where ``pytest-runner-N.N`` would satisfy the installation
+ of ``pytest``.
+
v36.3.0
-------