diff --git a/ChangeLog.md b/ChangeLog.md index a5202ef1..029321ed 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.9.6 +* Removed the deprecated 5 and 10 minutes sync intervals from the sync settings (deprecated by Android) +* Adjusted the sync code to make it more defensive against potential errors (more locking) + ## Version 1.9.5 * Fix issue with journal preview showing the wrong dates. * Revert the fixes in 1.9.4 because they were not actually needed. diff --git a/fastlane/metadata/android/en-US/changelogs/96.txt b/fastlane/metadata/android/en-US/changelogs/96.txt new file mode 100644 index 00000000..d9704138 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/96.txt @@ -0,0 +1,2 @@ +* Removed the deprecated 5 and 10 minutes sync intervals from the sync settings (deprecated by Android) +* Adjusted the sync code to make it more defensive against potential errors (more locking)