Issue #11688: Add sqlite3.Connection.set_trace_callback().  Patch by Torsten Landschoff.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9afa06c..0b3d22d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@
 Library
 -------
 
+- Issue #11688: Add sqlite3.Connection.set_trace_callback().  Patch by
+  Torsten Landschoff.
+
 - Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve
   private keys.