From 14d22095873aa092191a866944fcf17bc86b9f69 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 25 Apr 2023 03:38:28 +0300 Subject: [PATCH] Updated ChangeLog. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3e3feaa..14f6fd24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,10 +36,12 @@ and adds the following updates: - [Upgrade to Meteor 2.12-beta.2](https://github.com/wekan/wekan/commit/4d9d4a9dfdd5bb0fc5997351df8995f72d9ca82c). Thanks to Meteor developers. +- [Update Docker Ubuntu base image and Meteor version](https://github.com/wekan/wekan/commit/bcd43629cc4074bc4f9b0b70189645ae91cfe59a). + Thanks to xet7. and fixes the following bugs: -- Fix Exception in callback of async function: TypeError: this._now is not a function +- Fix Exception in callback of async function: TypeError: this._now is not a function. [Part 1](https://github.com/wekan/wekan/commit/aeb0f1e6d8d9f5d8808128f4049768bea57ca164), [Part 2](https://github.com/wekan/wekan/commit/aef6967d4c90544aa0281d22b6df46b2dd40467f). Thanks to xet7.