Issue #23504: Added an __all__ to the types module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 288a484..a211e5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Library
 -------
 
+- Issue #23504: Added an __all__ to the types module.
+
 - Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
   set to non inheritable