Add an item
diff --git a/Misc/NEWS b/Misc/NEWS
index e17cfdf..21f5403 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@
   which don't restrict the return types (unlike the unicode and
   string methods of the same name).
 
+- asyncore's dispatcher.set_reuse_addr() now works correctly on Windows.
+  SF patch 982681.
+
 Tools/Demos
 -----------