Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8363ee3..d754849 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,8 @@
 Library
 -------
 
+- Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
+
 - Patch #1583880: fix tarfile's problems with long names and posix/
   GNU modes.