Added comment to Misc/NEWS for r59290
diff --git a/Misc/NEWS b/Misc/NEWS
index d61851c..99b1058 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,9 @@
 Library
 -------
 
+- Issue #1455: The distutils package now supports VS 2005 and VS 2008 for
+  both the msvccompiler and cygwincompiler.
+
 - Issue #1531: tarfile.py: Read fileobj from the current offset, do not
   seek to the start.