diff options
author | Kim Alvefur <zash@zash.se> | 2023-07-12 22:50:24 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-07-12 22:50:24 +0200 |
commit | 1e8743a6814bdd909fb309c803c4df9ce33f378b (patch) | |
tree | 81be1a83f56f10ce9dcf6aca32c1552db49f0791 | |
parent | 64c2ec483585a67533c42063306e78b3c41592a4 (diff) | |
download | prosody-1e8743a6814bdd909fb309c803c4df9ce33f378b.tar.gz prosody-1e8743a6814bdd909fb309c803c4df9ce33f378b.zip |
CHANGES: Move line about LuaSQLite3 to Storage section
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,12 +36,12 @@ TRUNK - New 'keyval+' combined keyval/map store type - Performance improvements in internal archive stores +- Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI ## Changes - 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 - Moved all modules into the Lua namespace `prosody.` - Forwarded header from RFC 7239 supported, disabled by default |