From 6667ff2808d88f3bcd4123ce89435333400efcd7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 16 May 2022 12:20:28 +0200 Subject: [PATCH] chore: update changelog --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dcf527e4bb..13c4949ab4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,10 @@ - `X-Appwrite-Webhook-Event` Webhook header has been renamed to `X-Appwrite-Webhook-Events` and contains all possible events - Renamed `providers` to `authProviders` in Projects **Breaking Change** - Renamed `stdout` to `response` in Projects **Breaking Change** -- Added new endppoint to list all memberships on the Users API +- Removed deleted endpoint from the Accounts API +- Added new endpoint to update user's status from the Accounts API +- Deleted users will now free their ID and not reserve it anymore +- Added new endpoint to list all memberships on the Users API - Increased Execution response to 1MB - Added Wildcard support to Platforms - Added Activity page to Teams console