NEWS note for bbeda42ea6a8
diff --git a/Misc/NEWS b/Misc/NEWS
index 8000ca0..1120597 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Add ThreadError to threading.__all__.
+
 - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
   return the respective singleton instances.