summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-18 16:29:18 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-18 16:29:18 +0300
commita7f8614f04546aa4b99fe50346bec04f1c495c10 (patch)
tree46f2de7ee5aa77b8da5ffea596b20a437dcc4b62
parent0be7a5d7836072b406f2c87e2831aaafa2de1e34 (diff)
downloadwekan-a7f8614f04546aa4b99fe50346bec04f1c495c10.tar.gz
wekan-a7f8614f04546aa4b99fe50346bec04f1c495c10.tar.bz2
wekan-a7f8614f04546aa4b99fe50346bec04f1c495c10.zip
Fix: checklistItems broken after upgrade.
Thanks to feuerball11 ! Closes #1636
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 859c7145..d884b44d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,11 @@ This release adds the following new features:
* [Custom Fields](https://github.com/wekan/wekan/issues/807).
-Thanks to GitHub users feuerball11, papoola and xet7 for their contributions.
+and fixes the following bugs:
+
+* [Fix: checklistItems broken after upgrade](https://github.com/wekan/wekan/issues/1636).
+
+Thanks to GitHub users feuerball11, franksiler, papoola and xet7 for their contributions.
# v0.95 2018-05-08 Wekan release
@@ -14,7 +18,7 @@ This release adds the following new features:
* [Add a new API route to create a new label in a given board](https://github.com/wekan/wekan/pull/1630);
* [Admin Panel: Option to block username change](https://github.com/wekan/wekan/pull/1627).
-and fixed the following bugs:
+and fixes the following bugs:
* [Error: title is required](https://github.com/wekan/wekan/issues/1576).