Fix SF bug #1519018: 'as' is now validated properly in import statements
diff --git a/Misc/NEWS b/Misc/NEWS
index 67c49a6..b31023d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
   omit a default "error" argument for NULL pointer.  This allows
   the parser to take a codec from cjkcodecs again.
 
+- Bug #1519018: 'as' is now validated properly in import statements.
+
 Library
 -------