Issue #15560: Ensure consistent sqlite3 behavior and feature availability
by building a local copy of libsqlite3 with OS X installers rather than
depending on the wide range of versions supplied with various OS X releases.
diff --git a/Misc/NEWS b/Misc/NEWS
index 763fdcf..9b53ce9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,9 @@
   those shipped with OS X.
 
 - Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
+  Also, for OS X installers, ensure consistent sqlite3 behavior and feature
+  availability by building a local copy of libsqlite3 rather than
+  depending on the wide range of versions supplied with various OS X releases.
 
 - Issue #8847: Disable COMDAT folding in Windows PGO builds.