Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
diff --git a/Misc/NEWS b/Misc/NEWS
index 558abfc..f46438f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,10 @@
 Library
 -------
 
+Extension Modules
+-----------------
+
+- Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
 
 What's New in Python 2.6.5 rc 1?
 ================================