From 23c75122b709e80915ae5bebb721c2944b09d873 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 3 May 2020 20:42:13 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/61.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/61.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7227b9c9..a0ba5151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 6.10.0 *(2020-05-03)* +---------------------------- + + * Adding a first implementation of a Dialer, to really allow the app handle calls + * Increased the minimal required Android OS version to 6 Marshmallow to allow handling calls + * Try fixing the glitch with some saved contacts disappearing + * Properly handle inserting bigger resolution contact images in some cases + * Added a few other UX and UI improvements here and there + Version 6.9.0 *(2020-04-16)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 00000000..d323a1bd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,5 @@ + * Adding a first implementation of a Dialer, to really allow the app handle calls + * Increased the minimal required Android OS version to 6 Marshmallow to allow handling calls + * Try fixing the glitch with some saved contacts disappearing + * Properly handle inserting bigger resolution contact images in some cases + * Added a few other UX and UI improvements here and there