diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-10-20 17:08:21 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-10-20 17:08:21 +0300 |
commit | 509b6405886be35024676ce1e6fba1d760433342 (patch) | |
tree | e2074e1ee531175698ea5f259206583dd0faa638 | |
parent | 624c5aa9b23d24f60349284bef61d387e1935436 (diff) | |
download | wekan-509b6405886be35024676ce1e6fba1d760433342.tar.gz wekan-509b6405886be35024676ce1e6fba1d760433342.tar.bz2 wekan-509b6405886be35024676ce1e6fba1d760433342.zip |
Fix: User with comment only permission can add cards. Thanks to xet7 ! Closes #1301
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d112d8f2..b87d2cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ This release adds the following new features: and fixes the following bugs: * [Segfault on Alpine Linux](https://github.com/wekan/wekan/issues/1303); -* [Change invitation link from sign-in to sign-up](https://github.com/wekan/wekan/issues/1300). +* [Change invitation link from sign-in to sign-up](https://github.com/wekan/wekan/issues/1300); +* [User with comment only permission can add cards](https://github.com/wekan/wekan/issues/1301). Thanks to GitHub users soohwa, wenerme and xet7 for their contributions. |