diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-04 20:13:44 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-09-04 20:13:44 +0300 |
commit | cc2e0a7c7c4de80ad86c96f4f34798b14a5103fd (patch) | |
tree | 66d95980cb72acb72afdfcfa1d8f0884baf8b306 | |
parent | 77efcf71376d3da6c19ad1a4910567263e83c0ca (diff) | |
download | wekan-cc2e0a7c7c4de80ad86c96f4f34798b14a5103fd.tar.gz wekan-cc2e0a7c7c4de80ad86c96f4f34798b14a5103fd.tar.bz2 wekan-cc2e0a7c7c4de80ad86c96f4f34798b14a5103fd.zip |
- Add permission "No comments" https://github.com/wekan/wekan/commit/77efcf71376d3da6c19ad1a4910567263e83c0ca
It is like normal user, but does not show comments and activities.
Thanks to xet7 !
Related #1861
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a8e64e..efe580f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- [Add permission "No comments"](https://github.com/wekan/wekan/commit/77efcf71376d3da6c19ad1a4910567263e83c0ca). + It is like normal user, but [does not show comments and activities](https://github.com/wekan/wekan/issues/1861). + +Thanks to GitHub user xet7 for contributions. + # v1.39 2018-08-29 Wekan release This release fixes the following bugs: |