Branch merge
diff --git a/Misc/NEWS b/Misc/NEWS
index 96e9ff5..7218bfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -278,6 +278,10 @@
   ZLIB_RUNTIME_VERSION, in the zlib module. Patch by Torsten Landschoff.
 
 - Issue #12959: Add collections.ChainMap to collections.__all__.
+ 
+- Issue #8933: distutils' PKG-INFO files and packaging's METADATA files will
+  now correctly report Metadata-Version: 1.1 instead of 1.0 if a Classifier or
+  Download-URL field is present.
 
 - Issue #12567: Add curses.unget_wch() function. Push a character so the next
   get_wch() will return it.