From d3e37d291236029778df6631f34665b0d1193b83 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 11 Aug 2019 19:29:02 +0300 Subject: [PATCH] Update ChangeLog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73787a835..163c1dd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,18 @@ This release adds the following new features: - [On wekan master specifying ATTACHMENTS_STORE_PATH, it will try its best keeping original attachments, only newer attachments will be stored into specified path](https://github.com/wekan/wekan/pull/2607). Thanks to whowillcare. +- [Made image upload in summernote as attachment to wekan board instead of base64 string, + which would make the comments use less bytes and be able to take advantage of using local file system feature + as attachment](https://github.com/wekan/wekan/pull/2608). + Thanks to whowillcare. This release fixes the following bugs: - [Fix bug: Unable to disable richer comment editor](https://github.com/wekan/wekan/pull/2607). Thanks to whowillcare. +- [Changed rm to rm -f in wekan snap build, and add packages that somehow didn't get install during snapcraft + build](https://github.com/wekan/wekan/pull/2608). + Thanks to whowillcare. Thanks to above GitHub users for their contributions and translators for their translations.