From 1637e61681cc5874e112d401b6c164d77e728f45 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Mar 2026 10:30:27 +0000 Subject: [PATCH] update changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index cdc7e09db..20748eb45 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,9 @@ Hubzilla 11.2 (2026-??-??) - Update the nginx config example to meet the more modern approach Bugfixes + - Fix route and widget register() not deduplicating entries + - Fix issue in route and widget unregister() where we unregistered even if only one of the two arguments did not match + - Fix issue in Storage/Directory where we returned a partial path instead of throwing exception if a directory of a path could not be found - 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