summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-16 16:09:50 +0100
committerLibravatar GitHub <noreply@github.com>2023-08-16 16:09:50 +0100
commit8f4b779b2d5876a1b667010f26eff76a7b3dbbae (patch)
tree57e98f9c604e5afd69505ce2c472bff5efe03760 /vendor/modernc.org/sqlite/doc.go
parent[feature] Add snapshot binary builds + uploads (#2119) (diff)
downloadgotosocial-8f4b779b2d5876a1b667010f26eff76a7b3dbbae.tar.xz
[chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index 374da077b..923a8db74 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -94,6 +94,8 @@
//
// # Changelog
//
+// 2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.
+//
// 2023-07-11 v1.24.0:
//
// Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.