Update the description of which package versions PyPI displays (issue #16400).
diff --git a/Misc/NEWS b/Misc/NEWS
index f797d95..3b36afc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -716,6 +716,9 @@
 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.