mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
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 !
This commit is contained in:
parent
54f8d4f308
commit
760c008f5b
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue