Issue8757:  Implicit set-to-frozenset conversion not thread-safe.
diff --git a/Misc/NEWS b/Misc/NEWS
index 84ce9c8..f8e4fa8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #83755:  Implicit set-to-frozenset conversion was not thread-safe.
+
 - Issue #9416: Fix some issues with complex formatting where the
   output with no type specifier failed to match the str output: