Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 11be2e2..a4c464f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are
+  now available on Windows.
+
 - Issue #13114: Fix the distutils commands check and register when the
   long description is a Unicode string with non-ASCII characters.