Issue #9130: Fix validation of relative imports in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a867a5..5419617 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@
 Library
 -------
 
+- Issue #9130: Fix validation of relative imports in parser module.
+
 - Issue #9128: Fix validation of class decorators in parser module.
 
 Extension Modules