Issue #9130: Fix validation of relative imports in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS
index b7fe3f6..bd64056 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,8 @@
 Library
 -------
 
+- Issue #9130: Fix validation of relative imports in parser module.
+
 - Issue #9128: Fix validation of class decorators in parser module.
 
 - Issue #9094: python -m pickletools will now disassemble pickle files