summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f1d66e..c96ea91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -558,6 +558,9 @@ Tools/Demos
Documentation
-------------
+- Issue #16400: Update the description of which versions of a given package
+ PyPI displays.
+
- Issue #15677: Document that zlib and gzip accept a compression level of 0 to
mean 'no compression'. Patch by Brian Brazil.