diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-16 19:55:03 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-16 19:55:03 +0300 |
commit | c12e003fd3ecc50bee64931bc19febee1b99c103 (patch) | |
tree | ef21e28376382e57cb3de2a4a3669adfc2da43b3 /CHANGELOG.md | |
parent | 8e11d278d32e4161f4c764e8f4be6d6df3380495 (diff) | |
download | wekan-c12e003fd3ecc50bee64931bc19febee1b99c103.tar.gz wekan-c12e003fd3ecc50bee64931bc19febee1b99c103.tar.bz2 wekan-c12e003fd3ecc50bee64931bc19febee1b99c103.zip |
Update changelog with changes from andresmanelli.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d1e55a..859ffe4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- [Add Checklist Items REST API](https://github.com/wekan/wekan/commit/9eef5112dc1c1c30590d19fbfd2f615714112a3f). + +and fixes the following bugs: + +- [Plus button on a Swimlane row, always add an element on the first row](https://github.com/wekan/wekan/issues/1577); +- [Fix Checklist REST API](https://github.com/wekan/wekan/commit/9eef5112dc1c1c30590d19fbfd2f615714112a3f); +- [Fix Disabling "show cards count" not possible, now zero means disable](https://github.com/wekan/wekan/issues/1570); +- [Fix Checklist not copied when copied a card and Copy Checklist Template to Many Cards](https://github.com/wekan/wekan/issues/1565); +- [Fix Filter cards hides checklist items](https://github.com/wekan/wekan/issues/1561). + +Thanks to GitHub user andresmanelli for contributions. + # v0.83 2018-04-12 Wekan release - Updated translations: Czech and French. |