summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-19 21:20:13 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-19 21:20:13 +0300
commitf3f15f83b0a85ee3bf0c74b7a66d0dff43d678db (patch)
tree9c2a77164560a45edf196972b2a066f975329263
parentaed3e64972cb8df440eeed772b5c150dbf7de68a (diff)
downloadwekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.tar.gz
wekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.tar.bz2
wekan-f3f15f83b0a85ee3bf0c74b7a66d0dff43d678db.zip
Export and import attachments as base64 encoded files. Thanks to GhassenRjab !
-rw-r--r--CHANGELOG.md8
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)