From 82ae2d4e41dffee6e25c28c8e96d1aba55da6eda Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 25 Sep 2023 16:18:35 -0400 Subject: [PATCH] Update 'docs/CHANGELOG.md' --- docs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a6dd868..323c8d0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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