Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
diff --git a/Misc/NEWS b/Misc/NEWS
index ab86a14..28c6c2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,8 @@
 
 - Build using system ffi library on arm*-linux*.
 
+- Bug #1372: zlibmodule.c: int overflow in PyZlib_decompress
+
 
 Documentation
 -------------