diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-04-27 23:07:37 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-04-27 23:07:37 +0300 |
commit | 72d1d748693d48458cd20e0ed65db24419ad5008 (patch) | |
tree | 55e628d77f404fbdd4f5b98868b2db388f4e0335 /CHANGELOG.md | |
parent | 4178ead1868208e1fb6e4d8a42fd5c5ea237c073 (diff) | |
download | wekan-72d1d748693d48458cd20e0ed65db24419ad5008.tar.gz wekan-72d1d748693d48458cd20e0ed65db24419ad5008.tar.bz2 wekan-72d1d748693d48458cd20e0ed65db24419ad5008.zip |
Add latest changes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef0f311..6ceb3ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,22 @@ This release adds the following new features: 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; +* Console, file, and zulip logger on database changes; +* REST API first step; +* [Install from source](https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source) + has been updated to new meteor 1.4 version; +* meteor-1.4 branch has been merged to devel and master branches, + where development continues from now on. Previous code has been moved to + meteor-1.3-2017-04-27 branch. and fixes the following bugs: -* isCommentOnly false fix for Trello import. +* isCommentOnly false fix for Trello import; +* Node version to 4.8.1 to solve 100% CPU issue. -Thanks to GitHub users brylie, rhelsing, stephenmoloney and Zokormazo for -contributions. +Thanks to GitHub users brylie, huneau, johnniesong, rhelsing, stephenmoloney, +xet7 and Zokormazo for contributions. # v0.18 2017-04-02 Wekan release |