add --enable-loadable-sqlite-extensions #10268
diff --git a/Misc/NEWS b/Misc/NEWS
index 08da2e6..5c0acfb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,6 +239,8 @@
 Build
 -----
 
+- Issue #10268: Add a --enable-loadable-sqlite-extensions option to configure.
+
 - Issue #8852: Allow the socket module to build on OpenSolaris.
 
 - Drop -OPT:Olimit compiler option.