From 79e2c9175f341a18dd5e5939d6ca6eb8d13b5285 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 15 Nov 2024 22:56:59 +0200 Subject: [PATCH] Updated ChangeLog. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ff54e32..fba53d2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,18 @@ Fixing other platforms In Progress. # Upcoming WeKan ® release -This release adds the following updates: +This release adds the following new features: + +- [Added comment section on card details to avoid loading the card comment activities from the server](https://github.com/wekan/wekan/pull/5566). + Thanks to mfilser. +- [Checklist items hide per card](https://github.com/wekan/wekan/pull/5567). + Thanks to mfilser. +- [Checklist multiline insert (many checklist items at once)](https://github.com/wekan/wekan/pull/5568). + Thanks to mfilser. +- [Each checklist can now be configured to hide checked checklist items](https://github.com/wekan/wekan/pull/5569). + Thanks to mfilser. + +and adds the following updates: - [Copied updated Docs from wiki to WeKan repo](https://github.com/wekan/wekan/commit/559251eb0d8aea6a714f14224497d0a25c7a3864). Thanks to xet7.