diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-06 09:19:33 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-04-06 09:19:33 +0300 |
commit | 93a5bb2baa546d3c0c51a10e429db0c2e2e1482a (patch) | |
tree | dd7864767f0232f832419b8c1ba6a1fd4bffbaaa | |
parent | ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050 (diff) | |
download | wekan-93a5bb2baa546d3c0c51a10e429db0c2e2e1482a.tar.gz wekan-93a5bb2baa546d3c0c51a10e429db0c2e2e1482a.tar.bz2 wekan-93a5bb2baa546d3c0c51a10e429db0c2e2e1482a.zip |
Add the following new features:
- [Duplicate Board](https://github.com/wekan/wekan/issues/2257). Related #2225.
Thanks to Angtrim. Closes #2257.
and fix the following bugs:
- [Fix Swimlane Rules don't work](https://github.com/wekan/wekan/issues/2225).
Thanks to Angtrim.
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a90a8aa2..9ee3cb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Upcoming Wekan release +This release adds the following new features: + +- [Duplicate Board](https://github.com/wekan/wekan/issues/2257). Related #2225. + Thanks to Angtrim. + This release fixes the following bugs: - [Add proper variables for unjoin card](https://github.com/wekan/wekan/pull/2313). @@ -8,6 +13,8 @@ This release fixes the following bugs: Thanks to hupptechnologies. - [Remove not needed ARGS from Dockerfile to reduce amount of Docker layers](https://github.com/wekan/wekan/issues/2301). Thanks to folhabranca. +- [Fix Swimlane Rules don't work](https://github.com/wekan/wekan/issues/2225). + Thanks to Angtrim. Thanks to above GitHub users for their contributions and translators for their translations. |