summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7a9ed446..aeba99ec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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