Issue #9561: packaging now writes egg-info files using UTF-8

instead of the locale encoding
diff --git a/Misc/NEWS b/Misc/NEWS
index bf35d9c..fbcdb8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,7 +271,7 @@
 Library
 -------
 
-- Issue #9561: distutils now reads and writes egg-info files using UTF-8,
+- Issue #9561: distutils and packaging now writes egg-info files using UTF-8,
   instead of the locale encoding.
 
 - Issue #8286: The distutils command sdist will print a warning message instead