Issue #17656: Fix extraction of zip files with unicode member paths.
diff --git a/Misc/NEWS b/Misc/NEWS
index c4d9635..ee5393c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- Issue #17656: Fix extraction of zip files with unicode member paths.
+
 - Issue #13355: Raise ValueError on random.triangular call with invalid params.
   Initial patch by Yuriy Senko.