Update 'docs/CHANGELOG.md'

This commit is contained in:
Jordan Bancino 2023-09-25 16:18:35 -04:00
parent 7d3d84d969
commit 82ae2d4e41
1 changed files with 5 additions and 1 deletions

View File

@ -23,11 +23,15 @@ The following endpoints were added:
- Fixed a double-free in `RouteUserProfile()` that would cause errors with certain
Matrix clients. (#35)
- Improved compatibility with NetBSD on various platforms.
### New Features
Implemented `/_telodendria/admin/deactivate/[localpart]` for admins to be able to
- Implemented `/_telodendria/admin/v1/deactivate/[localpart]` for admins to be able to
deactivate users.
- Moved all administrator API endpoints to `/_telodendria/admin/v1`, because later revisions
of the administrator API may break clients, so we want a way to give those breaking revisions
new endpoints.
## v0.3.0