Update ChangeLog.

This commit is contained in:
Lauri Ojansivu 2020-12-03 07:03:18 +02:00
parent f576d2f356
commit 0801e33f97

View file

@ -2,6 +2,8 @@
This release adds the following new features:
- [Helm: Introduce secretEnv for secret value provisioning](https://github.com/wekan/wekan/pull/3382).
Thanks to ThoreKr.
- 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),
@ -9,6 +11,9 @@ This release adds the following new features:
For using this, Python code example:
https://github.com/wekan/wekan/wiki/New-card-with-Python3-and-REST-API .
Thanks to xet7.
- [REST API: Added Wekan REST API Python CLI, for adding card, downloading attachments
etc](https://github.com/wekan/wekan/commit/051f7b2769c51404063e7f0ddf85fbd0f9508a88).
Thanks to xet7.
and fixes the following bugs: