diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-06 11:36:24 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-06 11:36:24 +0300 |
commit | 4b65c5cc3359eb090e87498b3501629cb54081e2 (patch) | |
tree | e367dfcf0788e9a2b628f0453d2f71fde8547b31 /CHANGELOG.md | |
parent | af8bf1af2e493578a38c1b641cc5623952aa762e (diff) | |
download | wekan-4b65c5cc3359eb090e87498b3501629cb54081e2.tar.gz wekan-4b65c5cc3359eb090e87498b3501629cb54081e2.tar.bz2 wekan-4b65c5cc3359eb090e87498b3501629cb54081e2.zip |
- Fix Checklists.forEach is not a function.
Thanks to xet7 !
Closes #1753
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 371cf9ca..5eb79a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- Fix [Checklists.forEach is not a function](https://github.com/wekan/wekan/issues/1753). + +Thanks to GitHub user xet7 for contributions. + # v1.13 2018-07-06 Wekan release This release adds the following new features: |