From 1cb52a60c19ae24f861e6cf7abeba87640be06cb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 28 Mar 2022 21:55:46 +0300 Subject: [PATCH] Updated ChangeLog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d362682..6b04234b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ This release adds the following new features: - [Add get list and board cards count to API](https://github.com/wekan/wekan/pull/4424). Thanks to helioguardabaxo. +and adds the following updates: + +- [Changed from volta to n. Added info about developing on Ubuntu 22.04](https://github.com/wekan/wekan/commit/9099e20b806c713cc73b86122ac4a462b12e4785). + Thanks to xet7. + and fixes the following bugs: - [Attachment migration, try to ignore error on Cloudron on removing old index cardId](https://github.com/wekan/wekan/pull/4408).