#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
diff --git a/Misc/NEWS b/Misc/NEWS
index cd8c9bf..6be52fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@
 Library
 -------
 
+- Issue #13273: fix a bug that prevented HTMLParser to properly detect some
+  tags when strict=False.
+
 - Issue #10332: multiprocessing: fix a race condition when a Pool is closed
   before all tasks have completed.