Issue #23071: Added missing names to codecs.__all__.  Patch by Martin Panter.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4754bd8..54fc789 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #23071: Added missing names to codecs.__all__.  Patch by Martin Panter.
+
 - Issue #23016: A warning no longer produces an AttributeError when sys.stderr
   is None.