Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
diff --git a/Misc/NEWS b/Misc/NEWS
index 362e52c..ba75e82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
 Library
 -------
 
+- Issue #11089: Fix performance issue limiting the use of ConfigParser()
+  with large config files.
+
 - Issue #8275: Fix passing of callback arguments with ctypes under Win64.
   Patch by Stan Mihai.