summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-18 17:28:24 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-18 17:28:24 +0300
commit1e0fcfd20de69abe0541c3e18af2ff5ef75e5815 (patch)
tree339466e8602f2b6e405582e3a4e0a5626297df5d
parent8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e (diff)
downloadwekan-1e0fcfd20de69abe0541c3e18af2ff5ef75e5815.tar.gz
wekan-1e0fcfd20de69abe0541c3e18af2ff5ef75e5815.tar.bz2
wekan-1e0fcfd20de69abe0541c3e18af2ff5ef75e5815.zip
- Fix checklists items migration error "title is required"
Thanks to xet7 ! Closes #1576
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6274ab4..c4b7d6d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,8 @@
This release fixes the following bugs:
- [Fix Switch List/swimlane view only working with admin privileges](https://github.com/wekan/wekan/issues/1567);
-- [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378).
+- [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378);
+- [Fix checklists items migration error "title is required"](https://github.com/wekan/wekan/issues/1576).
Thanks to GitHub users andresmanelli, iwkse and xet for their contributions.