Added note about update of sqlite3 module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9186498..3cd73fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1414,6 +1414,8 @@
 - bsddb module: Fix memory leak when using database cursors on
   databases without a DBEnv.
 
+- The sqlite3 module was updated to pysqlite 2.4.1.
+
 Tests
 -----