aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-01-19 16:56:12 +0100
committerKim Alvefur <zash@zash.se>2023-01-19 16:56:12 +0100
commit4c14111c76c2c14eb49ecdb5398e4739bd6b5b13 (patch)
tree756aa1052bbb0d76ff4d5b2226f651b81923b626 /CHANGES
parent2dada39e39863f29e64129395057fb07e4ee6046 (diff)
downloadprosody-4c14111c76c2c14eb49ecdb5398e4739bd6b5b13.tar.gz
prosody-4c14111c76c2c14eb49ecdb5398e4739bd6b5b13.zip
mod_storage_sql: Support SQLite3 without LuaDBI
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 12f67082..5ee3b66b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,7 @@ TRUNK
- Support sub-second precision timestamps
- mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
+- Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI
## Removed