Changelog

This commit is contained in:
Benoit Marty 2022-05-11 15:16:35 +02:00 committed by Benoit Marty
parent dc1eba2847
commit 268c41a0ee
1 changed files with 3 additions and 0 deletions

3
changelog.d/5952.sdk Normal file
View File

@ -0,0 +1,3 @@
- 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()`
- SDK documentation improved