Implement PEP 366
diff --git a/Misc/NEWS b/Misc/NEWS
index c32e3f9..d61851c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- PEP 366: Allow explicit relative imports when executing modules
+  inside packages with the -m switch via a new module level
+  __package__ attribute.
+
 - Issue #1534: Added ``PyFloat_GetMax()``, ``PyFloat_GetMin()`` and
   ``PyFloat_GetInfo()`` to the float API.