mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Add note about API renaming
This commit is contained in:
parent
b86693580e
commit
0307e572c0
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
- Some `val` have been changed to `fun` to increase their visibility in the generated documentation. Just add `()` if you were using them.
|
||||
- `KeysBackupService.state` has been replaced by `KeysBackupService.getState()`
|
||||
- `KeysBackupService.isStucked` has been replaced by `KeysBackupService.isStuck()`
|
||||
- SDK documentation improved
|
||||
|
|
Loading…
Reference in a new issue