diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-05-13 13:26:06 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-05-13 13:26:06 +0300 |
commit | ffd704b0cfbb0b8f2211125e8af72862a0d63ccd (patch) | |
tree | 4c3a7e6b5157536c80209352feb19319c568a85f | |
parent | 1c3551201a9d898183e57a67df71cf1ce1e26c84 (diff) | |
download | wekan-ffd704b0cfbb0b8f2211125e8af72862a0d63ccd.tar.gz wekan-ffd704b0cfbb0b8f2211125e8af72862a0d63ccd.tar.bz2 wekan-ffd704b0cfbb0b8f2211125e8af72862a0d63ccd.zip |
Add checklist, card comment and token authentication to REST API. Remove here1 false messages from console when starting Wekan. Thanks to huneau !
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 384b873e..d283c86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Upcoming Wekan release + +This release adds the following new features: + +* [Add checklist and card comment to REST API](https://github.com/wekan/wekan/pull/1033); +* [Add token authentication to REST API](https://github.com/wekan/wekan/pull/1033), this fixes + [Security flaws introduced by REST API](https://github.com/wekan/wekan/issues/1032). + +and fixes the following bugs: + +* [When Wekan starts, there's "here1 false" messages in + console](https://github.com/wekan/wekan/issues/1028). + +Thanks to GitHub user huneau for contributions. + # v0.22 2017-05-07 Wekan release This release fixes the following bugs: |