1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Update changelog

This commit is contained in:
Jake Barnby 2023-04-12 00:38:07 +12:00
parent de2ea95099
commit bf73b1a55f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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)