Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Patch by Brian Curtin.
diff --git a/Misc/NEWS b/Misc/NEWS
index 82f3d92..312a2a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 Library
 -------
 
+- Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
+  Patch by Brian Curtin.
+
 - Issue #5827: Make sure that normpath preserves unicode.  Initial patch
   by Matt Giuca.