#13987: HTMLParser is now able to handle EOFs in the middle of a construct.
diff --git a/Misc/NEWS b/Misc/NEWS
index ba09480..8257521 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,9 @@
 Library
 -------
 
+- Issue #13987: HTMLParser is now able to handle EOFs in the middle of a
+  construct.
+
 - Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
   Patch by Suman Saha.