summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-18 18:24:20 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-18 18:24:20 +0300
commitf41589ba823f84313b37ee1bde224500d2a778d7 (patch)
tree66602d89991b84cf7981e83101b9a845772431f9
parentce659632174ba25ca9b5e85b053fde02fd9c3928 (diff)
downloadwekan-f41589ba823f84313b37ee1bde224500d2a778d7.tar.gz
wekan-f41589ba823f84313b37ee1bde224500d2a778d7.tar.bz2
wekan-f41589ba823f84313b37ee1bde224500d2a778d7.zip
- Removed paxctl alpine fix #1303 , because it did not work anymore, so Docker container
and Snap did not build correctly. Thanks to xet7 ! Closes #1594
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4b7d6d6..5a8e3f2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,9 @@ This release fixes the following bugs:
- [Fix Switch List/swimlane view only working with admin privileges](https://github.com/wekan/wekan/issues/1567);
- [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378);
-- [Fix checklists items migration error "title is required"](https://github.com/wekan/wekan/issues/1576).
+- [Fix checklists items migration error "title is required"](https://github.com/wekan/wekan/issues/1576);
+- [Removed paxctl alpine fix #1303 , because it did not work anymore, so Docker container
+ did not build correctly](https://github.com/wekan/wekan/commit/ce659632174ba25ca9b5e85b053fde02fd9c3928).
Thanks to GitHub users andresmanelli, iwkse and xet for their contributions.