1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00

Update Changelog.

This commit is contained in:
Tom Hacohen 2019-08-27 18:40:07 +01:00
parent 9a79fbe459
commit c48c452f28
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# Changelog
*NOTE:* may be removed in the future in favor of the fastlane changelog.
## Version 1.7.1
* Fix handling of SSL handshake exceptions
* Upgraded vcard4android and ical4android deps to latest
* Improve debug logs
## Version 1.7.0
* Debug info: add calling class information to reports.

View File

@ -0,0 +1,3 @@
* Fix handling of SSL handshake exceptions
* Upgraded vcard4android and ical4android deps to latest
* Improve debug logs