From c499042a769eae39dada1d949b0a9937c499f920 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 12 Jan 2026 23:45:42 +0000 Subject: [PATCH] docs: Changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ changelog.d/1278.misc.md | 1 - changelog.d/1279.feature.md | 1 - 3 files changed, 21 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/1278.misc.md delete mode 100644 changelog.d/1279.feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b86e2a7c..b8af5a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Continuwuity 0.5.3 (2026-01-12) + +## Features + +- Improve the display of nested configuration with the `!admin server show-config` command. Contributed by @Jade (#1279) + +## Bugfixes + +- Fixed `M_BAD_JSON` error when sending invites to other servers or when providing joins. Contributed by @nex (#1286) + + +## Docs + +- Improve admin command documentation generation. Contributed by @ginger (#1280) + + +## Misc + +- Improve timeout-related code for federation and URL previews. Contributed by @Jade + + # Continuwuity 0.5.2 (2026-01-09) ## Features diff --git a/changelog.d/1278.misc.md b/changelog.d/1278.misc.md deleted file mode 100644 index 5c738b92..00000000 --- a/changelog.d/1278.misc.md +++ /dev/null @@ -1 +0,0 @@ -Improve timeout-related code for federation and URL previews. Contributed by @Jade diff --git a/changelog.d/1279.feature.md b/changelog.d/1279.feature.md deleted file mode 100644 index 201b2239..00000000 --- a/changelog.d/1279.feature.md +++ /dev/null @@ -1 +0,0 @@ -Improve the display of nested configuration with the `!admin server show-config` command. Contributed by @Jade