From 8152da1275221010ebbf8636374a5b3cb938f3ef Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 18 Mar 2026 09:13:00 +0000 Subject: [PATCH] update changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ce1e6264e..cdc7e09db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,8 +3,11 @@ Hubzilla 11.2 (2026-??-??) - Introduce parse_webbie() for preparing webbies and URLs for webfinger usage - Allow to override cUrl useragent - New HQ system status widget for admins (sponsored by NLnet NGI0 Commons Fund/Performance Profiling) + - Refactor drop_query_params() to deal with array params and add test Maintenance + - Add a short sleep interval to Activity::init_background_fetch() when adding new work items in a loop + - Add a short sleep interval to the convo daemon loop to spread the load for large collections - Use PHP matching rules in util/run_xgettext - Store translation templates as .pot instead of .po - Deprecate NULL_DATE constant in favor of DBA::get_null_date() @@ -15,6 +18,7 @@ Hubzilla 11.2 (2026-??-??) - Update the nginx config example to meet the more modern approach Bugfixes + - Fix possible endless loop in externals daemon - Fix fatal error in italian translation file - Fix mod network not displaying direct messages when filters active - issue #1973 - Fix ghost notifications with reshared items - issue #1970