Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
diff --git a/Misc/NEWS b/Misc/NEWS
index 54c481d..f7c73b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,11 @@
   slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9,
   10, -1).
 
+Build
+-----
+
+- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
+
 What's New in Python 2.6 beta 1?
 ================================