issue 14660: Implement PEP 420, namespace packages.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0632b90..8934425 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #14660 (PEP 420): Namespace packages. Implemented by Eric Smith.
+
 - Issue #14494: Fix __future__.py and its documentation to note that
   absolute imports are the default behavior in 3.0 instead of 2.7.
   Patch by Sven Marnach.