#18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
diff --git a/Misc/ACKS b/Misc/ACKS
index ba7222b..f0fefd5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -172,6 +172,7 @@
Francisco Martín Brugué
Ian Bruntlett
Floris Bruynooghe
+Matt Bryant
Stan Bubrouski
Erik de Bueger
Jan-Hein Bührman
diff --git a/Misc/NEWS b/Misc/NEWS
index c3fbcb9..13694f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,9 @@
Library
-------
+- Issue #18020: improve html.escape speed by an order of magnitude.
+ Patch by Matt Bryant.
+
- Issue #18347: ElementTree's html serializer now preserves the case of
closing tags.