From aee8859e7f45c3b8b8569d2ae0eff5205a77a2c1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 25 Mar 2021 15:23:17 +0200 Subject: [PATCH] Updated change log --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890417d..5498c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.0 + +- Improved code quality +- Enabled access to private storage files +- Easier integration for preview images with the image widget +- Added custom Appwrite exceptions +- Breaking: getFilePreview, getFileDownload and getFileView now return Future instead of String + ## 0.4.0-dev.3 - Added code formatting as part of the CI