fix API naming

This commit is contained in:
blagoev 2017-09-11 15:49:43 +03:00
parent 15af834824
commit 2b6dc8fc14
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ X.Y.Z Release notes
### Enhancements ### Enhancements
* Improve performance of the RPC worker for chrome debugging. * Improve performance of the RPC worker for chrome debugging.
* Added Progress API `realm.syncSession.addProgressNotifications` and `realm.syncSession.removeProgressNotifications` * Added Progress API `realm.syncSession.addProgressNotification` and `realm.syncSession.removeProgressNotification`
* Added additional parameter for `Realm.open` and `Realm.openAsync` for download progress notifications * Added additional parameter for `Realm.open` and `Realm.openAsync` for download progress notifications
* Added `Realm.deleteFile` for deleting a Realm (#363). * Added `Realm.deleteFile` for deleting a Realm (#363).