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-09-12 00:23:39 +01:00
parent 56ecb04644
commit 21bf5363ac
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.8.2
* Fix SSL errors for old Android clients that don't default to TLSv1.2
* Update cert4android
* Report SSLProtocolException issues as errors
## Version 1.8.1
* Make reporting of SSL issues lax again. It was catching many issues that are not real issues.

View File

@ -0,0 +1,3 @@
* Fix SSL errors for old Android clients that don't default to TLSv1.2
* Update cert4android
* Report SSLProtocolException issues as errors