Add a changelog entry
This commit is contained in:
parent
f6564ca68f
commit
f8a8a3ca80
|
@ -1,6 +1,8 @@
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* Files written by Realm this version cannot be read by earlier versions of Realm.
|
* Files written by Realm this version cannot be read by earlier versions of Realm.
|
||||||
Old files can still be opened and files open in read-only mode will not be modified.
|
Old files can still be opened and files open in read-only mode will not be modified.
|
||||||
|
* The `setVerifyServersSslCertificate` method has been deleted
|
||||||
|
* The SyncConfig now gets two more optional parameters, `validate_ssl` and `ssl_trust_certificate_path`.
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* None
|
* None
|
||||||
|
|
Loading…
Reference in New Issue