Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
diff --git a/Misc/NEWS b/Misc/NEWS
index 80a1a23..3ee2643 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@
 Library
 -------
 
+- Issue #15207: Fix mimetypes to read from correct part of Windows registry
+  Original patch by Dave Chambers
+
 - Issue #8964: fix platform._sys_version to handle IronPython 2.6+.
   Patch by Martin Matusiak.