diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-09-24 16:44:24 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-09-24 16:44:24 +0300 |
commit | 802dc94363ac6e1fed963e1dd82cb3f6aa5166b0 (patch) | |
tree | 56bd31c36c1d68cfc92fccf932365d726baef338 | |
parent | c3cccfc66ec4481959941fea25340595280cdfa2 (diff) | |
download | wekan-802dc94363ac6e1fed963e1dd82cb3f6aa5166b0.tar.gz wekan-802dc94363ac6e1fed963e1dd82cb3f6aa5166b0.tar.bz2 wekan-802dc94363ac6e1fed963e1dd82cb3f6aa5166b0.zip |
Keep state of checklist items when moved to another checklist.
Thanks to GhassenRjab ! Related #876
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7add5d..60df23e3 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. |