Kneth/rn logout (#1766)
* `logout()` is implemented in JS and RN debugging must know of `_logout()` instead.
This commit is contained in:
parent
4d0cccb8e5
commit
2eccaac431
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,3 +1,24 @@
|
|||
X.Y.Z Release notes
|
||||
=============================================================
|
||||
### Compatibility
|
||||
* Sync protocol: 24
|
||||
* Server-side history format: 4
|
||||
* File format: 7
|
||||
* Realm Object Server: 3.0.0 or later
|
||||
|
||||
### Breaking changes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* None.
|
||||
|
||||
### Bug fixes
|
||||
* Fixed call to `logout()` when debugging React Native apps (#1744).
|
||||
|
||||
### Internal
|
||||
* None.
|
||||
|
||||
|
||||
2.3.5 Release notes (2018-4-25)
|
||||
=============================================================
|
||||
### Compatibility
|
||||
|
|
|
@ -42,7 +42,7 @@ export default class User {
|
|||
}
|
||||
|
||||
createMethods(User.prototype, objectTypes.USER, [
|
||||
'logout',
|
||||
'_logout',
|
||||
'_sessionForOnDiskPath'
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue