diff --git a/changelog.d/6029.sdk b/changelog.d/6029.sdk new file mode 100644 index 0000000000..b39d1a6359 --- /dev/null +++ b/changelog.d/6029.sdk @@ -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