From 16d371b814dc6f4b8c9b34bef4d2466570171b1d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 23 Apr 2020 14:21:06 +0300 Subject: [PATCH] Update ChangeLog. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b731967..e56522256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,15 @@ This release adds the following new features: - [Add babel to build chain and linter. Enables fancy Javascript language features like optional chaining, for developer happiness](https://github.com/wekan/wekan/pull/3034). Thanks to boeserwolf. +- [Use only one 'Apply' button for applying the user settings](https://github.com/wekan/wekan/pull/3039). + Thanks to marc1006. and adds the following updates: - [Upgrade to Meteor 1.10.2](https://github.com/wekan/wekan/commit/d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f). Thanks to Meteor developers and xet7. +- [Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog](https://github.com/wekan/wekan/commit/7de18eccea3854db3be6197bf21afbfd3ddb65a6). + Thanks to xet7. and fixes the following bugs: @@ -21,8 +25,6 @@ and fixes the following bugs: Thanks to marc1006. - [Fix lint errors in lint error fix](https://github.com/wekan/wekan/commit/9e95c06415e614e587d684ff9660cc53c5f8c8d3). Thanks to xet7. -- [Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog](https://github.com/wekan/wekan/commit/7de18eccea3854db3be6197bf21afbfd3ddb65a6). - Thanks to xet7. - [Fix getStartDayOfWeek function](https://github.com/wekan/wekan/pull/3038). Thanks to marc1006 and boeserwolf.