From bec3f309bd61875943ac1b7b8750a96e4f239f8e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 Feb 2021 00:43:41 +0200 Subject: [PATCH] Updated ChangeLog. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a7694a6..542a8a4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +- [Add the ability to call get_user operation with username](https://github.com/wekan/wekan/pull/3530). + Thanks to magicbelette. + +and fixes the following bugs: - [Set the language on `TAPi18n` when user selects language](https://github.com/wekan/wekan/pull/3525). Thanks to jrsupplee.