Issue #2400: Allow relative imports to "import *".
diff --git a/Misc/NEWS b/Misc/NEWS
index 80bfd7b..a7fc021 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Issue #2400: Allow relative imports to "import *".
+
 - Issue 1745.  Backport print function with:
    from __future__ import print_function