From d6c1c62a472079071f5f54121f655c67f1ea86aa Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Tue, 9 Oct 2018 13:26:13 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9594c1c7..2aeff74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).