Browse Source

Updated ChangeLog related to Trello api.py .

Thanks to xet7 !

Related #4261,
related #3950
Lauri Ojansivu 3 years ago
parent
commit
db180fa43e
2 changed files with 5 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 2 1
      trello/CHANGELOG.md

+ 3 - 0
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).
 - [Edit team/org now update users.teams.teamDisplayName / users.orgs.orgDisplayName](https://github.com/wekan/wekan/pull/4257).
   Thanks to Ben0it-T.
   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:
 and fixes the following bugs:
 
 

+ 2 - 1
trello/CHANGELOG.md

@@ -2,7 +2,8 @@
 
 
 This release adds the following new features:
 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 xet7.
 
 
 Thanks to above GitHub users for their contributions and translators for their translations.
 Thanks to above GitHub users for their contributions and translators for their translations.