Issue #11159: SAX parser now supports unicode file names.
diff --git a/Misc/NEWS b/Misc/NEWS
index fb68dde..cfe99c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,8 @@
 Library
 -------
 
+- Issue #11159: SAX parser now supports unicode file names.
+
 - Issue #6972: The zipfile module no longer overwrites files outside of
   its destination path when extracting malicious zip files.