diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-27 13:12:59 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-27 13:12:59 +0200 |
commit | 3756b7b0fca2bbb190b4e6937f44eedc9f671b69 (patch) | |
tree | 7c805aef778c1499befccee51553e2edc681933b | |
parent | d31d5fd47aef9699214a2635229950923e03e5e5 (diff) | |
download | wekan-3756b7b0fca2bbb190b4e6937f44eedc9f671b69.tar.gz wekan-3756b7b0fca2bbb190b4e6937f44eedc9f671b69.tar.bz2 wekan-3756b7b0fca2bbb190b4e6937f44eedc9f671b69.zip |
Fix: User with comment only permissions can remove another user from a card.
Thanks to nztqa ! Closes #1349
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a10f120..d0acca4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* [Fix: User with comment only permissions can remove another user from a card](https://github.com/wekan/wekan/pull/1352). + +Thanks to GitHub user nztqa for contributions. + # v0.59 2017-11-23 Wekan release. This release fixes the following bugs: -* [Fix not working stdout logging by removing Winston logger](https://github.com/wekan/wekan/pull/1352). +* [Remove incomplete logger fix](https://github.com/wekan/wekan/pull/1352). Thanks to GitHub user pierreozoux for contributions. |