diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-06 01:55:02 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-06 01:55:02 +0200 |
commit | 2d49006aee6cf22ad96bf0b0349440d0bed4d5da (patch) | |
tree | 7211140a4cb2738ac0b3b5faca1de707eae5d55c | |
parent | c2e58dcb62a5340f4922d5986342ef821ce4b2b3 (diff) | |
download | wekan-2d49006aee6cf22ad96bf0b0349440d0bed4d5da.tar.gz wekan-2d49006aee6cf22ad96bf0b0349440d0bed4d5da.tar.bz2 wekan-2d49006aee6cf22ad96bf0b0349440d0bed4d5da.zip |
- Fix IFTTT Rule action/trigger part 1 of 7: [When a checklist is completed](https://github.com/wekan/wekan/issues/1972).
And partial incomplete fix to when all of checklist is set as uncompleted. Help in fixing welcome.
Thanks to BurakTuran9 and xet7 !
Related #1972
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 913ecc7d..de5533d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ This release fixes the following bugs: -- Fix IFTTT Rule action/trigger part 1 of 7: [When a checklist is completed/made - incomplete](https://github.com/wekan/wekan/issues/1972). +- Fix IFTTT Rule action/trigger part 1 of 7: [When a checklist is completed](https://github.com/wekan/wekan/issues/1972). + And partial incomplete fix to when all of checklist is set as uncompleted. Help in fixing welcome. -Thanks to GitHub user BurakTuran9 for contributions. +Thanks to GitHub users BurakTuran9 and xet7 for their contributions. # v1.82 2018-12-05 Wekan release |