Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
diff --git a/Misc/NEWS b/Misc/NEWS
index fe28751..c061809 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #13629: Renumber the tokens in token.h so that they match the indexes
+ into _PyParser_TokenNames.
+
- Fix the fix for issue #12149: it was incorrect, although it had the side
effect of appearing to resolve the issue. Thanks to Mark Shannon for
noticing.