diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-16 21:49:23 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-16 21:49:23 +0300 |
commit | 29c3d939a77eac2199cdf6fa1b2c660d582022be (patch) | |
tree | e5809e7226b71b845ee04e3b47e0ccd8c8c963d3 | |
parent | 02e874954048be705f1a0f26fb58d78cc8980ab5 (diff) | |
download | wekan-29c3d939a77eac2199cdf6fa1b2c660d582022be.tar.gz wekan-29c3d939a77eac2199cdf6fa1b2c660d582022be.tar.bz2 wekan-29c3d939a77eac2199cdf6fa1b2c660d582022be.zip |
Fix Switch List/swimlane view only working with admin privileges.
Thanks to andresmanelli !
Closes #1567
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fa04d7..dab26e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix Switch List/swimlane view only working with admin privileges](https://github.com/wekan/wekan/issues/1567). + +Thanks to GitHub user andresmanelli for contributions. + # v0.84 2018-04-16 Wekan release This release adds the following new features: |