Closes #13989: Add support for text modes to gzip.open().
Also, add tests for gzip.open().
diff --git a/Misc/NEWS b/Misc/NEWS
index 937c9cc..e389940 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@
Library
-------
+- Issue #13989: Add support for text mode to gzip.open().
+
- Issue #14127: The os.stat() result object now provides three additional
fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times as an
integer with nanosecond resolution. The functions os.utime(), os.lutimes(),