Patch #1355023: support whence argument for GzipFile.seek.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3062bd5..39b6985 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,8 @@
 Library
 -------
 
+- Patch #1355023: support whence argument for GzipFile.seek.
+
 - Patch #1065257: Support passing open files as body in 
   HTTPConnection.request().