diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-28 14:12:27 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-28 14:12:27 +0300 |
commit | 979a2025ef899d4920fb29b6e1d43977e77f304c (patch) | |
tree | 737673e3fe7557ee467cc718117c931e591ff081 | |
parent | b24212d70ab8e8a0731655745831e214a2216ff9 (diff) | |
download | wekan-979a2025ef899d4920fb29b6e1d43977e77f304c.tar.gz wekan-979a2025ef899d4920fb29b6e1d43977e77f304c.tar.bz2 wekan-979a2025ef899d4920fb29b6e1d43977e77f304c.zip |
Fix showing card activity history in IE11.
Thanks to nztqa ! Closes #646
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78eb162f..2d2a250d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +* [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152). + +Thanks to GitHub user nztqa for contributions. + # v0.30 2017-07-27 Wekan release SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105) |