From db180fa43e8140fc4c3928aba1e2adf8ebc16668 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 26 Dec 2021 11:20:57 +0200 Subject: [PATCH] Updated ChangeLog related to Trello api.py . Thanks to xet7 ! Related #4261, related #3950 --- CHANGELOG.md | 3 +++ trello/CHANGELOG.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef9e2c17..cc350f40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This release adds the following new features: - [Edit team/org now update users.teams.teamDisplayName / users.orgs.orgDisplayName](https://github.com/wekan/wekan/pull/4257). Thanks to Ben0it-T. +- [Added api.py for using newest Trello API, to show Trello boards/cards/actions/reactions JSON and download Trello attachments + as binary files from S3](https://github.com/wekan/wekan/commit/aff6e361f03f1a7e269edc184884313557c94362). + Thanks to xet7. and fixes the following bugs: diff --git a/trello/CHANGELOG.md b/trello/CHANGELOG.md index 9c247dab8..48bbf53bf 100644 --- a/trello/CHANGELOG.md +++ b/trello/CHANGELOG.md @@ -2,7 +2,8 @@ This release adds the following new features: -- Added api.py for using newest Trello API, to show Trello boards/cards/actions/reactions JSON and download Trello attachments as binary files from S3. +- [Added api.py for using newest Trello API, to show Trello boards/cards/actions/reactions JSON and download Trello attachments + as binary files from S3](https://github.com/wekan/wekan/commit/aff6e361f03f1a7e269edc184884313557c94362). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations.