#7311: fix html.parser to accept non-ASCII attribute values.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ae7eaf..80d46ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@
 Library
 -------
 
+- Issue #7311: fix html.parser to accept non-ASCII attribute values.
+
 - Issue #11605: email.parser.BytesFeedParser was incorrectly converting multipart
   subpararts with an 8bit CTE into unicode instead of preserving the bytes.