ソースを参照

Update ChangeLog.

Lauri Ojansivu 5 年 前
コミット
d3e37d2912
1 ファイル変更7 行追加0 行削除
  1. 7 0
      CHANGELOG.md

+ 7 - 0
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.