diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-12 01:52:05 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-12 01:52:05 +0300 |
commit | 6fe4f00c44190a73bc5612ba076a120d03b59686 (patch) | |
tree | e373d6162d2b76b417a83f97c1acc1fc294f5b61 | |
parent | 2d595da6a676e61a659654abab32d716779982dc (diff) | |
download | wekan-6fe4f00c44190a73bc5612ba076a120d03b59686.tar.gz wekan-6fe4f00c44190a73bc5612ba076a120d03b59686.tar.bz2 wekan-6fe4f00c44190a73bc5612ba076a120d03b59686.zip |
Fix double slash issue. Thanks to jtickle ! Closes #1110
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 967c8aec..ef3f5d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ This release adds the following new features: and fixes the following bugs: -* [Possible to add empty item to checklist](https://github.com/wekan/wekan/pull/1107). +* [Possible to add empty item to checklist](https://github.com/wekan/wekan/pull/1107); +* [Double-slash issue](https://github.com/wekan/wekan/pull/1114). -Thanks to GitHub users GhassenRjab, nztqa and zarnifoulette for their contributions. +Thanks to GitHub users GhassenRjab, jtickle, nztqa and zarnifoulette for their contributions. # v0.27 2017-06-28 Wekan release |