diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-19 21:20:13 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-19 21:20:13 +0300 |
commit | f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db (patch) | |
tree | 9c2a77164560a45edf196972b2a066f975329263 /CHANGELOG.md | |
parent | aed3e64972cb8df440eeed772b5c150dbf7de68a (diff) | |
download | wekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.tar.gz wekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.tar.bz2 wekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.zip |
Export and import attachments as base64 encoded files. Thanks to GhassenRjab !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35dad66e..4d9acf35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release adds the following new features: + +* [Export and import attachments as base64 encoded files](https://github.com/wekan/wekan/pull/1134); + +Thanks to GitHub user GhassenRjab for contributions. + # v0.28 2017-07-15 Wekan release SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105) |