From bf73b1a55f0e887cde8280f74d058100139ea992 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 12 Apr 2023 00:38:07 +1200 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7d35be465d..e5ab933e04 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ ## Bugs - Fix not storing function's response on response codes 5xx [#4610](https://github.com/appwrite/appwrite/pull/4610) - Fix expire to formatTz in create account session [#4985](https://github.com/appwrite/appwrite/pull/4985) +- Fix deleting collections from a project [#4983](https://github.com/appwrite/appwrite/pull/4983) +- Fix cleaning up project databases [#4984](https://github.com/appwrite/appwrite/pull/4984) - Fix creating documents with attributes with special characters [#246](https://github.com/utopia-php/database/pull/246) - Fix deleting attribute not deleting metadata index [#246](https://github.com/utopia-php/database/pull/246) - Fix create attribute event payload [#246](https://github.com/utopia-php/database/pull/246)