Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
diff --git a/Misc/NEWS b/Misc/NEWS
index 11113f3..f3fd034 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@
- Issue #15897: zipimport.c doesn't check return value of fseek().
Patch by Felipe Cruz.
+- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
+
- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
return the proper failure return value (1). Patch contributed by Jeff Knupp.