From 802dc94363ac6e1fed963e1dd82cb3f6aa5166b0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 24 Sep 2017 16:44:24 +0300 Subject: [PATCH] Keep state of checklist items when moved to another checklist. Thanks to GhassenRjab ! Related #876 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7add5d9..60df23e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This release adds the following new features: and fixes the following bugs: -* [Checklist items are lost when moving items to another checklist](https://github.com/wekan/wekan/pull/1240). +* [Checklist items are lost when moving items to another checklist](https://github.com/wekan/wekan/pull/1240); +* [Keep state of checklist items when moved to another checklist](https://github.com/wekan/wekan/pull/1242). Thanks to GitHub users GhassenRjab, umbertooo and xet7 for their contributions.