From 06344ee3c25f1158a09d0cb32340cd653b3e42b4 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 13 May 2021 19:18:34 +0530 Subject: [PATCH] feat: added to changelog --- CHANGES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 89f4609190..2a520e0306 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ - Added events for functions and executions (#971) - Added JWT support (#784) - Added ARM support (#726) -- Splitted token & session models to become 2 different internal entities (#922) +- Split token & session models to become 2 different internal entities (#922) - Added Dart 2.12 as a new Cloud Functions runtime (#989) - Added option to disable email/password (#947) - Added option to disable anonymous login (need to merge and apply changed) (#947) @@ -18,7 +18,7 @@ - Added Python 3.9 as a new Cloud Functions runtime (#1044) - Added Deno 1.8 as a new Cloud Functions runtime (#989) - Upgraded to PHP 8.0 (#713) -- ClamAV is now disabled by default to allow lower min requirments for Appwrite (#1064) +- ClamAV is now disabled by default to allow lower min requirements for Appwrite (#1064) - Added a new env var named `_APP_LOCALE` that allow to change the default `en` locale value (#1056) - Updated all the console bottom control to be consistent. Dropped the `+` icon (#1062) - Added Response Models for Documents and Preferences (#1075, #1102) @@ -28,6 +28,9 @@ - Fixed default value for HTTPS force option - Fixed form array casting in dashboard (#1070) - Fixed collection document rule form in dashboard (#1069) +- Bugs in the Teams API: + - Fixed incorrect audit worker event names (#1143) + - Increased limit of memberships fetched in `createTeamMembership` to 2000 (#1143) ## Breaking Changes (Read before upgrading!)