diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 18:42:28 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 18:42:28 -0500 |
commit | a5b81d8ea0b6aeba1a59e77d4d3783db4b9e23c6 (patch) | |
tree | 0a3bef15efa16f2f27a1339a5c29a2bc6e1f2fea | |
parent | fe695061d3509bf7396d5c691342e6c6d4b6c3b9 (diff) | |
download | external_python_setuptools-a5b81d8ea0b6aeba1a59e77d4d3783db4b9e23c6.tar.gz external_python_setuptools-a5b81d8ea0b6aeba1a59e77d4d3783db4b9e23c6.tar.bz2 external_python_setuptools-a5b81d8ea0b6aeba1a59e77d4d3783db4b9e23c6.zip |
Add final intended changes for changelog entry.
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cbb913fb..1638c407 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ v31.0.0 with 'setup.py develop'. These .pth files allow namespace packages installed by pip or develop to co-mingle. This change required the removal of the - change for #805, introduced in 28.3.0 and implicated + change for #805 and pip #1924, introduced in 28.3.0 and implicated in #870, but means that namespace packages not in a site packages directory will no longer work on Python earlier than 3.5, whereas before they would work on |