Commit fa9eb779 authored by Jason R. Coombs's avatar Jason R. Coombs

Update changelog

parent 2c0a6120
......@@ -3,13 +3,12 @@ CHANGES
=======
---
4.0
3.4
---
* Issue #97: ``find_packages()`` now supports PEP 420 namespace packages. It
does so by considering all subdirectories of the start directory that
aren't regular packages to be PEP 420 namespace packages (on Python 3.3+
only).
* Issue #97: Added experimental support for PEP 420 namespace package
discovery via the ``PEP420PackageFinder.find`` method. This new method will
discover packages for directories lacking an __init__.py module.
---
3.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment