Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
diff --git a/Misc/NEWS b/Misc/NEWS
index d227973..3ccc011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -329,6 +329,8 @@
 Library
 -------
 
+- Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
+
 - Issue #8451: Syslog module now uses basename(sys.argv[0]) instead of
   the string "python" as the *ident*.  openlog() arguments are all optional
   and keywords.