Changeset

13189:36b7bdafc993

CHANGES: Move line about LuaSQLite3 to Storage section
author Kim Alvefur <zash@zash.se>
date Wed, 12 Jul 2023 22:50:24 +0200
parents 13188:96df571b5941
children 13190:9dc6de46dae3
files CHANGES
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Wed Jul 12 22:48:10 2023 +0200
+++ b/CHANGES	Wed Jul 12 22:50:24 2023 +0200
@@ -36,12 +36,12 @@
 
 - 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