Issue #9128: Fix validation of class decorators in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 091deab..b7fe3f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,8 @@
 Library
 -------
 
+- Issue #9128: Fix validation of class decorators in parser module.
+
 - Issue #9094: python -m pickletools will now disassemble pickle files
   listed in the command line arguments.  See output of python -m
   pickletools -h for more details.