diff --git a/reference_guide/api_changes_list_2025.md b/reference_guide/api_changes_list_2025.md index 8d9090714..b35e4b28d 100644 --- a/reference_guide/api_changes_list_2025.md +++ b/reference_guide/api_changes_list_2025.md @@ -83,6 +83,11 @@ Code scheduled with `SwingUtilities.invokeLater` and `SwingUtilities.invokeAndWa Coroutines running under `Dispatchers.Main` do not hold the write-intent lock : To restore the old behavior, consider using `Dispatchers.EDT`. +### External System 2025.1 + +`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface +: Recompile code usages. + ### Kotlin Plugin 2025.1 `org.jetbrains.kotlin.KtFakeSourceElement` class renamed to `org.jetbrains.kotlin.KtFakePsiSourceElement`