From 8064d203f3ad14e3a026a7615b8fed4dc1cbcc6e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 Dec 2021 05:22:52 +0200 Subject: [PATCH] Updated ChangeLog. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27575a02e..08155ff11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ and adds the following new features: - [New admin report to list boards](https://github.com/wekan/wekan/pull/4252). Thanks to jrsupplee. +and adds the following accessibility improvements: + +- Made WeKan zoomable by recommendation of Axe browser extension + https://github.com/wekan/wekan/issues/459#issuecomment-999098233 by changing meta viewport settings at + https://github.com/wekan/wekan/blob/master/client/components/main/layouts.jade#L3 , + in some commit of this WeKan v5.88. + Thanks to xet7. + and fixes the following bugs: - Fixed Mermaid Diagram error: Maximum call stack size exceeded.