Merge fix for #8933 from 3.2
diff --git a/Misc/NEWS b/Misc/NEWS
index 84b6be3..67b8cf8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,10 @@
 Library
 -------
 
+- Issue #8933: distutils' PKG-INFO 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.