Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
diff --git a/Misc/ACKS b/Misc/ACKS
index 13e708c..7ac726e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -201,6 +201,7 @@
 Matej Cepl
 Carl Cerecke
 Octavian Cerna
+Dave Chambers
 Pascal Chambon
 John Chandler
 Hye-Shik Chang
diff --git a/Misc/NEWS b/Misc/NEWS
index c2cb850..233affa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,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.