diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-04-25 23:18:39 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-04-25 23:18:39 +0300 |
commit | caee8826d6f446f0bf768b5d2ac1297dc1c937e6 (patch) | |
tree | 4413d843554cbabaa93721020133123ed6853fac | |
parent | 44f3596b9ea2227da83a993fde9c18caea6fcb84 (diff) | |
parent | 79a9170fa33aa2609905d6d219abf2a77d1fbfa0 (diff) | |
download | wekan-caee8826d6f446f0bf768b5d2ac1297dc1c937e6.tar.gz wekan-caee8826d6f446f0bf768b5d2ac1297dc1c937e6.tar.bz2 wekan-caee8826d6f446f0bf768b5d2ac1297dc1c937e6.zip |
Merge branch 'devel'
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c385908..3ef0f311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ Known bugs: This release adds the following new features: * Set first user as admin, it there is no existing - users and Wekan is not running at Sandstorm. + users and Wekan is not running at Sandstorm; * New Docker Compose [Wekan-MongoDB](https://github.com/wekan/wekan-mongodb) and [Wekan-PostgreSQL](https://github.com/wekan/wekan-postgresql) - that use Meteor v1.4 and Node v4 based Wekan's meteor-1.4 branch. + that use Meteor v1.4 and Node v4 based Wekan's meteor-1.4 branch. -Thanks to GitHub users brylie, stephenmoloney and Zokormazo for +and fixes the following bugs: + +* isCommentOnly false fix for Trello import. + +Thanks to GitHub users brylie, rhelsing, stephenmoloney and Zokormazo for contributions. # v0.18 2017-04-02 Wekan release |