put in correct section
diff --git a/Misc/NEWS b/Misc/NEWS
index 0662811..3301d3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@
Core and Builtins
-----------------
-- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
- checking sys.version_info or sys._mercurial.
-
- Issue #11627: Fix segfault when __new__ on a exception returns a non-exception
class.
@@ -231,6 +228,9 @@
Library
-------
+- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
+ checking sys.version_info or sys._mercurial.
+
- Silence spurious "broken pipe" tracebacks when shutting down a
ProcessPoolExecutor.