Update CHANGELOG.md
This commit is contained in:
parent
305e59b280
commit
d6c1c62a47
|
@ -18,11 +18,7 @@ x.x.x Release notes (yyyy-MM-dd)
|
|||
2.19.0 Release notes (2018-10-9)
|
||||
=============================================================
|
||||
### Enhancements
|
||||
* Added `SyncConfig.customQueryBasedSyncIdentifier` to allow customizing the identifier appended to the realm path
|
||||
when opening a query based Realm. This identifier is used to distinguish between query based Realms opened on
|
||||
different devices and by default Realm builds it as a combination of a user's id and a random string, allowing the
|
||||
same user to subscribe to different queries on different devices. In very rare cases, you may want to share query
|
||||
based Realms between devices and specifying the `customQueryBasedSyncIdentifier` allows you to do that.
|
||||
* Added `SyncConfig.customQueryBasedSyncIdentifier` to allow customizing the identifier appended to the realm path when opening a query based Realm. This identifier is used to distinguish between query based Realms opened on different devices and by default Realm builds it as a combination of a user's id and a random string, allowing the same user to subscribe to different queries on different devices. In very rare cases, you may want to share query based Realms between devices and specifying the `customQueryBasedSyncIdentifier` allows you to do that.
|
||||
|
||||
### Fixed
|
||||
* Fixed the typescript definitions for `User.login` to make it explicit in which cases a promise is returned and in which - a `User`. ([#2050](https://github.com/realm/realm-js/pull/2050), since 2.16.0).
|
||||
|
|
Loading…
Reference in New Issue