summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-09 12:50:04 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-09 12:50:04 +0300
commit49c471d8164079dd6b485226bc7e44dcf5f3cada (patch)
tree66ee416b1785cd5a5a526031866ea78f6cd52c17
parent445aa89e4f7b41eb94902d75dfd3fc2074d1e950 (diff)
downloadwekan-49c471d8164079dd6b485226bc7e44dcf5f3cada.tar.gz
wekan-49c471d8164079dd6b485226bc7e44dcf5f3cada.tar.bz2
wekan-49c471d8164079dd6b485226bc7e44dcf5f3cada.zip
Use new WITH_API and Matomo env variables at Dockerfile.
Thanks to xadagaras and xet7 !
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67be920c..4f1c3727 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,8 @@
This release fixes the following bugs:
- [Enable Wekan API by default, so that Export Board to JSON works](https://github.com/wekan/wekan/commit/b2eeff96977592deaeb23a8171fc3b13f8c6c5dc);
-- [Fix the flagging of dates](https://github.com/wekan/wekan/pull/1814).
+- [Fix the flagging of dates](https://github.com/wekan/wekan/pull/1814);
+- [Use new WITH_API and Matomo env variables at Dockerfile](https://github.com/wekan/wekan/issues/1820).
Thanks to GitHub users rjevnikar and xet7 for their contributions.