prevent assignment to set literals
diff --git a/Misc/NEWS b/Misc/NEWS
index cb60239..70ce171 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Prevent assignment to set literals.
+
 Library
 -------