Add note about #7113 and add Łukasz Langa to ACKS
diff --git a/Misc/NEWS b/Misc/NEWS
index ee46e94..70a646f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,8 @@
 Library
 -------
 
+- Issue #7113: Speed up loading in configparser. Patch by Łukasz Langa.
+
 - Issue #9032: XML-RPC client retries the request on EPIPE error. The EPIPE
   error occurs when the server closes the socket and the client sends a big
   XML-RPC request.