Add a changelog entry

This commit is contained in:
Radu Tutueanu 2017-05-05 13:53:20 +02:00
parent f6564ca68f
commit f8a8a3ca80
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
### Breaking changes
* 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.
* The `setVerifyServersSslCertificate` method has been deleted
* The SyncConfig now gets two more optional parameters, `validate_ssl` and `ssl_trust_certificate_path`.
### Enhancements
* None