summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cdf4f37..7662a43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,11 +14,12 @@ Library
which were omitted in 3.2.4 when updating the bundled version of
libffi used by ctypes.
-- Issue #17666: Fix reading gzip files with an extra field.
-
- Issue #15535: Fix namedtuple pickles which were picking up the OrderedDict
instead of just the underlying tuple.
+- Issue #1159051: Back out a fix for handling corrupted gzip files that
+ broke backwards compatibility.
+
Build
-----