docs: Changelog

This commit is contained in:
Jade Ellis 2026-01-12 23:45:42 +00:00
parent 86e450a835
commit c499042a76
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
3 changed files with 21 additions and 2 deletions

View file

@ -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

View file

@ -1 +0,0 @@
Improve timeout-related code for federation and URL previews. Contributed by @Jade

View file

@ -1 +0,0 @@
Improve the display of nested configuration with the `!admin server show-config` command. Contributed by @Jade