v2.6.1
API Breaking Changes
- None.
Enhancements
- None.
Bugfixes
- Fix an issue where calling
Realm.asyncOpen(...)
with a synchronized Realm
configuration would crash in error cases rather than report the error.
This is a small source breaking change if you were relying on the error
being reported to be aRealm.Error
.