Skip to content

Commit

Permalink
Update changelog. Fixes #250. Fixes #870. Ref #805. Ref pypa/pip#1924.…
Browse files Browse the repository at this point in the history
… Ref #845.
  • Loading branch information
jaraco committed Dec 11, 2016
1 parent 230ffaa commit 6f5dc38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v31.0.0
-------

* #250: Install '-nspkg.pth' files for packages installed
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
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
Python not earlier than 3.3.

v30.4.0
-------

Expand Down

0 comments on commit 6f5dc38

Please sign in to comment.