summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-21 10:03:09 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-21 10:03:09 (GMT)
commitc20bcde58dc2ed770900ab553ac663f2f1212fc2 (patch)
tree05eb7cad3054f3c5b8e557d40ef97bce5a416026 /Misc/NEWS
parent3ac1eb16d5c4b779da38895597ee5d7caf3d22bd (diff)
downloadcpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.zip
cpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.tar.gz
cpython-c20bcde58dc2ed770900ab553ac663f2f1212fc2.tar.bz2
Issue #18527: Upgrade internal copy of zlib to 1.2.8
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c345bd0..0221ffb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #18527: Upgrade internal copy of zlib to 1.2.8.
+
- Issue #19274: Add a filterfunc parameter to PyZipFile.writepy.