diff --git a/CHANGELOG.md b/CHANGELOG.md index cf703665..146e6931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.3.0 *(2020-05-31)* +---------------------------- + + * Try harder at fetching names at the Call Log + * Make subsequent calls from the same number at the call log optional + * Allow toggling name start with surname + * Show the other ends number at the call screen + * Some other UI and translation improvements + Version 5.2.2 *(2020-05-23)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..62fb1182 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,5 @@ + * Try harder at fetching names at the Call Log + * Make subsequent calls from the same number at the call log optional + * Allow toggling name start with surname + * Show the other ends number at the call screen + * Some other UI and translation improvements