summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-23 14:21:06 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-23 14:21:06 +0300
commit16d371b814dc6f4b8c9b34bef4d2466570171b1d (patch)
tree68e301d3ccf350aac133e40a54226d059a8d4908 /CHANGELOG.md
parentdf9b4db49dcf0f50be560831f2f1deca144bcfaf (diff)
downloadwekan-16d371b814dc6f4b8c9b34bef4d2466570171b1d.tar.gz
wekan-16d371b814dc6f4b8c9b34bef4d2466570171b1d.tar.bz2
wekan-16d371b814dc6f4b8c9b34bef4d2466570171b1d.zip
Update ChangeLog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67b73196..e5652225 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.