Issue #23883: Add news listing modules with new exported APIs
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index b2066c5..172b253 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -230,6 +230,12 @@
 * The :mod:`imp` module now raises a :exc:`DeprecationWarning` instead of
   :exc:`PendingDeprecationWarning`.
 
+* The following modules have had missing APIs added to their :attr:`__all__`
+  attributes to match the documented APIs: :mod:`csv`, :mod:`enum`,
+  :mod:`ftplib`, :mod:`logging`, :mod:`optparse`, :mod:`threading` and
+  :mod:`wave`.  This means they will export new symbols when ``import *``
+  is used.  See :issue:`23883`.
+
 
 Changes in the C API
 --------------------