diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-05-07 21:55:18 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-05-07 21:55:18 +0300 |
commit | 40072cd1360cf4fb8b7c02f07311e9baaa1b4b57 (patch) | |
tree | 556bc635b3899b5e36a2994fc7ae4ff3138c2d38 | |
parent | f88d68a9c3a24bcfd98da8e58ece2fef9694f77b (diff) | |
download | wekan-40072cd1360cf4fb8b7c02f07311e9baaa1b4b57.tar.gz wekan-40072cd1360cf4fb8b7c02f07311e9baaa1b4b57.tar.bz2 wekan-40072cd1360cf4fb8b7c02f07311e9baaa1b4b57.zip |
Fix: Download file(unicode filename) cause crash with exception. Thanks to yatusiter !
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4211ff78..d01fd74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* [Download file(unicode filename) cause crash with exception](https://github.com/wekan/wekan/issues/784) + +Thanks to GitHub user yatusiter for contributions. + # v0.21 2017-05-05 Wekan release Known bugs: |