Issue #9154:  Fix parser module to understand function annotations.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d50fe1..ebf0cfa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@
 Library
 -------
 
+- Issue #9154: Fix parser module to understand function annotations.
+
 - Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a
   test class that doesn't inherit from TestCase (i.e. a mixin).