Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
instead of the locale encoding.
diff --git a/Misc/NEWS b/Misc/NEWS
index 44447ba..ecff9b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
+  instead of the locale encoding.
+
 - Issue #10653: On Windows, use strftime() instead of wcsftime() because
   wcsftime() doesn't format time zone correctly.