1
0
mirror of https://github.com/etesync/android synced 2024-11-14 03:39:52 +00:00

Update changelog.

This commit is contained in:
Tom Hacohen 2019-12-03 12:50:09 +02:00
parent cbf636545e
commit 591a37da9b
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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)