diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-06 16:17:09 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-06 16:17:09 +0300 |
commit | 35a3b0b62e5b30a1153d688bae59570e234437e3 (patch) | |
tree | 7d960952038683dcc1fa023cac5d9889f6d42187 | |
parent | 7683f98b7be221b419c1dacee5289411f3872212 (diff) | |
download | wekan-35a3b0b62e5b30a1153d688bae59570e234437e3.tar.gz wekan-35a3b0b62e5b30a1153d688bae59570e234437e3.tar.bz2 wekan-35a3b0b62e5b30a1153d688bae59570e234437e3.zip |
- Fix Title is required by setting Checklist title during migration.
Thanks to centigrade-kdk and xet7 !
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc26d9d5..24b92b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- Fix [Title is required](https://github.com/wekan/wekan/issues/1576) + by [setting Checklist title during migration](https://github.com/wekan/wekan/issues/1753). + +Thanks to GitHub users centigrade-kdk and xet7 for their contributions. + # v1.17 2018-07-06 Wekan release This release adds the following new features: |