#7347 entry got entered in the wrong spot.
diff --git a/Misc/NEWS b/Misc/NEWS
index c75f429..fffe64f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1029,6 +1029,9 @@
 
 - Build the ossaudio extension on GNU/kFreeBSD.
 
+- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
+  bug in the return value of QueryReflectionKey.
+
 Build
 -----
 
@@ -1212,9 +1215,6 @@
 - 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
 -----------