Misc/NEWS: Move back two items to 2.6.1.
diff --git a/Misc/NEWS b/Misc/NEWS
index 56bc478..25163b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,11 +432,6 @@
 
 - Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds.
 
-- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs".
-
-- Issue #4289: Remove Cancel button from AdvancedDlg.
-
-
 C-API
 -----
 
@@ -532,6 +527,10 @@
 Build
 -----
 
+- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs".
+
+- Issue #4289: Remove Cancel button from AdvancedDlg.
+
 - Issue #1656675: Register a drop handler for .py* files on Windows.
 
 - Issue #4120: Exclude manifest from extension modules in VS2008.