summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-15 03:02:08 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-15 03:02:08 +0200
commit2a715ec6c6c7dae46e4ff0e005305364e0d8c0f1 (patch)
tree1460d071f8cf73494245703d8efa6048de18a7f7
parentfca4cdcebf1cc6642aefeb78b911cb5b95ebe473 (diff)
downloadwekan-2a715ec6c6c7dae46e4ff0e005305364e0d8c0f1.tar.gz
wekan-2a715ec6c6c7dae46e4ff0e005305364e0d8c0f1.tar.bz2
wekan-2a715ec6c6c7dae46e4ff0e005305364e0d8c0f1.zip
Update ChangeLog.
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 959e0fa5..30039fac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,9 @@ and adds the following updates:
and fixes the following bugs:
+- [Downgrade stylus to v1.1.0 to speed up building Wekan](https://github.com/wekan/wekan/commit/fca4cdcebf1cc6642aefeb78b911cb5b95ebe473).
+ This is because building newer stylus v2 takes 52 minutes. After this change, building Wekan takes 3 minutes.
+ Thanks to zodern.
- [Fix: Error when retrieve token from some OIDC due to not necessary scope
parameter](https://github.com/wekan/wekan/pull/2955).
Thanks to benoitm76.