diff --git a/ChangeLog.md b/ChangeLog.md index 2ad8b9b5..47090178 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,9 @@ # Changelog +*NOTE:* may be removed in the future in favor of the fastlane changelog. + +## Version 1.5.0 +* Move to the new Android adaptive icons - makes it look nicer on Android 8 and up. +* Contacts import: fix wrong summary for the amount of added imports ## Version 1.4.12 * Import: fix potential crashes in the import process. diff --git a/fastlane/metadata/android/en-US/changelogs/78.txt b/fastlane/metadata/android/en-US/changelogs/78.txt new file mode 100644 index 00000000..4db519fd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/78.txt @@ -0,0 +1,2 @@ +* Move to the new Android adaptive icons - makes it look nicer on Android 8 and up. +* Contacts import: fix wrong summary for the amount of added imports