Add note about API renaming
This commit is contained in:
parent
b86693580e
commit
0307e572c0
|
@ -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.
|
- 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.state` has been replaced by `KeysBackupService.getState()`
|
||||||
|
- `KeysBackupService.isStucked` has been replaced by `KeysBackupService.isStuck()`
|
||||||
- SDK documentation improved
|
- SDK documentation improved
|
||||||
|
|
Loading…
Reference in New Issue