diff --git a/CHANGELOG.md b/CHANGELOG.md index 060800f7..3743091b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========== +Version 6.7.4 *(2020-09-16)* +---------------------------- + + * Improved the file loading performance in some cases + * Handle Send intent, allow saving files with the app + Version 6.7.3 *(2020-06-19)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/94.txt b/fastlane/metadata/android/en-US/changelogs/94.txt new file mode 100644 index 00000000..e94ebb52 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/94.txt @@ -0,0 +1,2 @@ + * Improved the file loading performance in some cases + * Handle Send intent, allow saving files with the app