diff --git a/CHANGELOG.md b/CHANGELOG.md index 1379ae35..d8ec9f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.8.0 *(2021-07-26)* +---------------------------- + + * Added an optional confirmation dialog for outgoing calls + * Fixed a glitch with broken photos at items at the recent calls + * Allow copying blocked numbers to clipboard + * Properly handle outgoing calls if the app isn't the default Phone app + * Fixed duplicate recent call entries in some cases + Version 5.7.0 *(2021-05-23)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..8fddd0c6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,5 @@ + * Added an optional confirmation dialog for outgoing calls + * Fixed a glitch with broken photos at items at the recent calls + * Allow copying blocked numbers to clipboard + * Properly handle outgoing calls if the app isn't the default Phone app + * Fixed duplicate recent call entries in some cases