Patch #912410: Replace HTML entity references for attribute values
in HTMLParser.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ba2522..9f3ba9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@
 Library
 -------
 
+- Patch #912410: Replace HTML entity references for attribute values 
+  in HTMLParser.
+
 - Patch #1663234: you can now run doctest on test files and modules
   using "python -m doctest [-v] filename ...".