1# Distributed Scheduler Subsystem ChangeLog 2 3## cl.DistributedManagerService.1 Adding DATASYNC Permission Verification on the continuationManager API 4 5In earlier versions, the **continuationManager** API does not verify the caller, which does not comply with the OpenHarmony API specifications. 6Now, before using **continuationManager**, the caller must apply for the **ohos.permission.DISTRIBUTED_DATASYNC** permission. 7 8**Change Impacts** 9 10The application developed based on earlier versions needs to apply for the **ohos.permission.DISTRIBUTED_DATASYNC** permission in advance. Otherwise, the original service logic will be affected. 11 12**Key API/Component Changes** 13 14Involved APIs: 15 16 - continuationManager.registerContinuation; 17 - continuationManager.on; 18 - continuationManager.off; 19 - continuationManager.unregisterContinuation; 20 - continuationManager.updateContinuationState; 21 - continuationManager.startContinuationDeviceManager; 22