summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-27 13:12:59 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-27 13:12:59 +0200
commit3756b7b0fca2bbb190b4e6937f44eedc9f671b69 (patch)
tree7c805aef778c1499befccee51553e2edc681933b
parentd31d5fd47aef9699214a2635229950923e03e5e5 (diff)
downloadwekan-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.md10
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.