From e4ee22fa73a83b767918d8ea462dcfe5c595a773 Mon Sep 17 00:00:00 2001 From: LoaD Accumulator Date: Sun, 17 Sep 2023 20:05:59 +0200 Subject: [PATCH] [ADD] Update changelog. --- docs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a1b9bf2..a6dd868 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -24,6 +24,11 @@ The following endpoints were added: - Fixed a double-free in `RouteUserProfile()` that would cause errors with certain Matrix clients. (#35) +### New Features + +Implemented `/_telodendria/admin/deactivate/[localpart]` for admins to be able to +deactivate users. + ## v0.3.0 **Saturday, June 10, 2023**