Issue #2562: Fix distutils PKG-INFO writing logic to allow having
non-ascii characters and Unicode in setup.py meta-data.
diff --git a/Misc/NEWS b/Misc/NEWS
index df529b8..9f5884b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,7 +56,10 @@
 Library
 -------
 
-- Issue #3726: Allowed spaces in separators in logging configuration files.
+- Issue #2562: Fix distutils PKG-INFO writing logic to allow having
+  non-ascii characters and Unicode in setup.py meta-data.
+
+- Issue #3726: Allow spaces in separators in logging configuration files.
 
 - Issue #3719: platform.architecture() fails if there are spaces in the
   path to the Python binary.