From 536b46be0d6403d9c165cdf222e7d1442ce0e8e2 Mon Sep 17 00:00:00 2001 From: Lior Haim <51369094+Glide7@users.noreply.github.com> Date: Mon, 28 Dec 2020 13:38:58 +0200 Subject: [PATCH] Update CHANGES.md Added more details to changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2134288f3c..6185144417 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,7 @@ - Now using Alpine as base Docker image - Upgraded device detctor to version 3.12.6 - Upgraded MariaDB to version 10.5.5 +- Switch standard ports to 95xx prefix ([#780](https://github.com/appwrite/appwrite/pull/780)) - User & Team name max length is now 128 chars and not 100 for better API consistency - Collection name max length is now 128 chars and not 256 for better API consistency - Project name max length is now 128 chars and not 100 for better API consistency @@ -61,6 +62,7 @@ ## Bug Fixes +- Fixed a bug that caused blocked users to be able to create sessions ([#777](https://github.com/appwrite/appwrite/pull/781)) - Fixed an issue where Special characters in _APP_OPENSSL_KEY_V1_ env caused an error ([#732](https://github.com/appwrite/appwrite/issues/732)) - Fixed an issue where Account webhook doesn't trigger through the console ([#493](https://github.com/appwrite/appwrite/issues/493)) - Fixed case sensitive country flag code ([#526](https://github.com/appwrite/appwrite/issues/526))