Add a note about #7347.
diff --git a/Misc/NEWS b/Misc/NEWS
index 83d0574..c75f429 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1212,6 +1212,9 @@
 - Removed importlib's custom test discovery code and switched to
     unittest.TestLoader.discover().
 
+- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
+  bug in the return value of QueryReflectionKey.
+
 Tools/Demos
 -----------