From 415e28b4716794677054ab20e02b29da3c7a3c7f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 30 Oct 2018 00:05:24 +0200 Subject: [PATCH] - Fix typos in CHANGELOG.md, thanks to loginKing ! https://github.com/wekan/wekan/pull/1975 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a346126a2..6f4b54d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This release fixes the following bugs: - docker-compose.yml and docker-compose-build.yml, thanks to xet7: - Remove single quotes, because settings are quoted automatically. - Comment out most settings that have default values. -- Fix typo in CHANGELOG.md, thanks to Hillside502. +- Fix typos in CHANGELOG.md, thanks to Hillside502 and loginKing. Thanks to above mentioned GitHub users for their contributions.