diff --git a/ChangeLog.md b/ChangeLog.md index 47090178..25497c6f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.5.1 +* Import: transform EMAIL event reminders to DISPLAY. Email reminders aren't and can't be supported in EteSync due to end-to-end-encryption. + ## 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 diff --git a/fastlane/metadata/android/en-US/changelogs/79.txt b/fastlane/metadata/android/en-US/changelogs/79.txt new file mode 100644 index 00000000..c8ae467e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/79.txt @@ -0,0 +1 @@ +* Import: transform EMAIL event reminders to DISPLAY. Email reminedrs aren't and can't be supported in EteSync due to end-to-end-encryption.