diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-15 10:19:19 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-15 10:19:19 -0400 |
commit | acc77db19ed21f11c20493fd81831343212a3f01 (patch) | |
tree | 720c9e2b8d98613dc3ba7aa6aaa3ec707da92616 | |
parent | 024139f0dad1609138330efd2363b8855b798d32 (diff) | |
download | python-setuptools-git-acc77db19ed21f11c20493fd81831343212a3f01.tar.gz |
Combine changelog entries
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f9de5012..8217aaba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,9 @@ -v36.5.1 +v36.5.0 ------- * #170: When working with Mercurial checkouts, use Windows-friendly syntax for suppressing output. -v36.5.0 -------- - * Inspired by #1134, performed substantial refactoring of ``pkg_resources.find_on_path`` to facilitate an optimization for paths with many non-version entries. |