Browse Source

Update ChangeLog.

Lauri Ojansivu 4 years ago
parent
commit
1f207c493d
1 changed files with 11 additions and 1 deletions
  1. 11 1
      CHANGELOG.md

+ 11 - 1
CHANGELOG.md

@@ -1,6 +1,16 @@
 # Upcoming Wekan release
 
-This release fixes the following bugs:
+This release adds the following new features:
+
+- REST API: List attachments of a board, with download URLs of attachments.
+  [Part 1](https://github.com/wekan/wekan/commit/bf94161f30adf9dec6aa41af6946ba54c1573a44),
+  [Part 2](https://github.com/wekan/wekan/commit/2ec53b27d14049bc9622861492cac301512a1e33),
+  [Part 3](https://github.com/wekan/wekan/commit/36e29a405ee943d15e6e1bd9ac02ecefb7a7a06f).
+  For using this, Python code example:
+  https://github.com/wekan/wekan/wiki/New-card-with-Python3-and-REST-API .
+  Thanks to xet7.
+
+and fixes the following bugs:
 
 - [Fixed Quay Docker builds that failed](https://github.com/wekan/wekan/issues/3380)
   because of Docker Hub rate limits by copying base images from Docker Hub to Quay.