Patch #1446489	(zipfile: support for ZIP64)
diff --git a/Misc/NEWS b/Misc/NEWS
index a8099f7..c16e0db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,7 @@
   aborts the db transaction safely when a modifier callback fails.
   Fixes SF python patch/bug #1408584.
 
+- Patch #1446489: add support for the ZIP64 extensions to zipfile. 
 
 Library
 -------