Issue #2513: enable 64bit cross compilation on windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index a87d3e0..eaabcb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@
 Library
 -------
 
+- Issue #2513: distutils on Windows is now capable of cross-compiling 
+  extension modules between 32 and 64 bit platforms.  See the distutls
+  build documentation for more information.
+
 - Issue #815646: Individual file objects may now be used from multiple
   threads at once without fear of crashing the Python interpreter.  If
   file.close() is called while an object is in use by another thread