Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9744ed8..65ae5f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@
 Library
 -------
 
+- Issue #11089: Fix performance issue limiting the use of ConfigParser()
+  with large config files. 
+
 - Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
   larger than 4GB.  Patch by Nadeem Vawda.