Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
diff --git a/Misc/NEWS b/Misc/NEWS
index b69e70c..ab219ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,9 @@
 Library
 -------
 
+- Issue #9720: zipfile now writes correct local headers for files larger than
+  4 GiB.
+
 - Issue #16829: IDLE printing no longer fails if there are spaces or other
   special characters in the file path.