Changelog

This commit is contained in:
Benoit Marty 2022-05-11 15:16:35 +02:00 committed by Benoit Marty
parent dc1eba2847
commit 268c41a0ee

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