diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-02-07 15:33:29 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-02-07 15:33:29 +0200 |
commit | f795edc64087b80718ead000c1d04a2929b9f98c (patch) | |
tree | 9fa2f7eab3d92911ef223fc49075379dc26c33ff /CHANGELOG.md | |
parent | c1ddaaa4754c04b12cdebe8c891976243155b698 (diff) | |
download | wekan-f795edc64087b80718ead000c1d04a2929b9f98c.tar.gz wekan-f795edc64087b80718ead000c1d04a2929b9f98c.tar.bz2 wekan-f795edc64087b80718ead000c1d04a2929b9f98c.zip |
Fix import Trello board without swimlanes. Fix swimlane move parameters.
Thanks to andresmanelli ! Closes #1442
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index abb12fe9..5fa175c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,17 @@ This release fixes the following bugs: -- [Fix card sorting](https://github.com/wekan/wekan/pull/1465). +- [Fix card sorting](https://github.com/wekan/wekan/pull/1465); +- [Fix import Trello board without swimlanes](https://github.com/wekan/wekan/commit/5871a478e1280818f12fcb7250b7cbccf6907cf0); +- [Fix swimlane move parameters](https://github.com/wekan/wekan/commit/fcebb2a5373d6dea41b98b530c176cbee31bee4b). -Thanks to GitHub user ViViDboarder for contributions. +Thanks to GitHub users andresmanelli and ViViDboarder for their contributions. # v0.71 2018-02-03 Wekan release This release fixes the following bugs: -- [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c). +- [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c); - [Fix Import Wekan board with swimlanes](https://github.com/wekan/wekan/commit/ec0a8449ba98aea708e484d386e5a209e2be8fff). Thanks to GitHub user andresmanelli for contributions. |