浏览代码

Updated ChangeLog.

Lauri Ojansivu 3 年之前
父节点
当前提交
8064d203f3
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      CHANGELOG.md

+ 8 - 0
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.