merge heads
diff --git a/Misc/NEWS b/Misc/NEWS
index 095bfc8..4c6a5c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@
 Library
 -------
 
+- Issue #11686: Added missing entries to email package __all__ lists
+  (mostly the new Bytes classes).
+
 - Issue #14335: multiprocessing's custom Pickler subclass now inherits from
   the C-accelerated implementation.  Patch by sbt.