#20288: fix handling of invalid numeric charrefs in HTMLParser.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6742370..ec12fbe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@
 Library
 -------
 
+- Issue #20288: fix handling of invalid numeric charrefs in HTMLParser.
+
 - Issue #19456: ntpath.join() now joins relative paths correctly when a drive
   is present.