mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Add changelog
This commit is contained in:
parent
de960116b3
commit
d3784c8019
1 changed files with 5 additions and 0 deletions
5
changelog.d/6029.sdk
Normal file
5
changelog.d/6029.sdk
Normal file
|
@ -0,0 +1,5 @@
|
|||
Some methods from `Session` have been moved to a new `SyncService`, that you can retrieve from a `Session`.
|
||||
- `SyncStatusService` method has been moved to the new `SyncService`
|
||||
- `InitSyncStep` have been moved and renamed to `InitialSyncStep`
|
||||
- `SyncStatusService.Status` has been renamed to `SyncRequestState`
|
||||
- The existing `SyncService` has been renamed to `SyncAndroidService` because of name clash with the new SDK Service
|
Loading…
Reference in a new issue