diff --git a/ChangeLog.md b/ChangeLog.md index 2152108d..43efa606 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,11 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 2.1.5 +* Improve error handling in sync and import +* Update translations +* Fix some crashes + ## Version 2.1.4 * Event invitations: only send invitations if we are the organizers * Fix rare crash when pushing changes with EteSync 1.0 accounts diff --git a/fastlane/metadata/android/en-US/changelogs/20105.txt b/fastlane/metadata/android/en-US/changelogs/20105.txt new file mode 100644 index 00000000..1b5e8fbe --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20105.txt @@ -0,0 +1,3 @@ +* Improve error handling in sync and import +* Update translations +* Fix some crashes