Issue #9612: The set object is now 64-bit clean under Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 95a9d58..42a04f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #9612: The set object is now 64-bit clean under Windows.
+
 - Issue #8202: sys.argv[0] is now set to '-m' instead of '-c' when searching
   for the module file to be executed with the -m command  line option.