diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-23 21:08:04 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-23 21:08:04 +0300 |
commit | 760c008f5bc41a5291798bfaa3deedc6bcf444cf (patch) | |
tree | 3f88704bbe0ce64b6bbb7761de7362d46f7df146 /CHANGELOG.md | |
parent | 54f8d4f30807489544523f4c0df78e41d3f6bf21 (diff) | |
download | wekan-760c008f5bc41a5291798bfaa3deedc6bcf444cf.tar.gz wekan-760c008f5bc41a5291798bfaa3deedc6bcf444cf.tar.bz2 wekan-760c008f5bc41a5291798bfaa3deedc6bcf444cf.zip |
Adds [following new features and fixes](https://github.com/wekan/wekan/pull/1962), with Apache I-CLA:
- Also export the cards created with an older wekan instance (without linked cards) (related to #1873);
- Fix the GET customFields API that was failing;
- Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users);
- Allow to change the swimlane of a card from the API.
Thanks to bentiss !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b8530..4d85a49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Upcoming Wekan release + +This release adds the [following new features and fixes](https://github.com/wekan/wekan/pull/1962), with Apache I-CLA: + +- Also export the cards created with an older wekan instance (without linked cards) (related to #1873); +- Fix the GET customFields API that was failing; +- Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users); +- Allow to change the swimlane of a card from the API. + +Thanks to GitHub user bentiss for contributions. + # v1.57 2018-10-23 Wekan release This release adds the following new features: |