Merge #10694: zipfile now ignores garbage at the end of a zipfile.
diff --git a/Misc/NEWS b/Misc/NEWS
index f422b2d..dd7dede 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,8 @@
 Library
 -------
 
+- Issue #10694: zipfile now ignores garbage at the end of a zipfile.
+
 - Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA.
 
 - Issue #10424: Argparse now includes the names of the missing required