Issue #14696: Fix parser module to understand 'nonlocal' declarations.
diff --git a/Misc/NEWS b/Misc/NEWS
index 412735b..53aa074 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@
 Library
 -------
 
+- Issue #14696: Fix parser module to understand 'nonlocal' declarations.
+
 - Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
   the DST transition.  Patch by Joe Peterson.