Display installer warning that Windows 2000 won't
be supported in future releases.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6540d9c..3a5a449 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@
 Build
 -----
 
+- Display installer warning that Windows 2000 won't be supported in future
+  releases.
+
 - Issues #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for 
   multiprocessing only.