From 169b5f3d57c4062a42aecb413a9f0edc3fbaa1f4 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Mon, 30 Sep 2019 16:19:44 +0300 Subject: [PATCH] Updated changes --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5ba7dcfdc9..900d617618 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,11 +7,13 @@ * Added input field with the server API endpoint for easy access * Added new OAuth providers for Google and Gitlab * Added 8 new locales for locale service and email tempaltes (no, pt-br, es, ua, ru, id, fi, cat) +* Improved test coverage for the project and synced DEV & CI enviornments settings ## Bug Fixes * Fixed bug not allowing to update OAuth providers settings * Fixed some broken API examples in docs +* Fixed bug that caused the Appwrite container to change DB directory file permissions. ## Breaking Changes