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