diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index 30c2a0cf8..f88073c65 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -68,6 +68,12 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h `com.intellij.openapi.application.NonBlockingReadAction.finishOnUiThread` method parameter type changed from ``Consumer`` to ``Consumer`` : This may break source-compatibility with inheritors written in Kotlin. + +`com.intellij.openapi.diagnostic.ErrorReportSubmitter.submit` method parameter type changed from ``Consumer`` to ``Consumer`` +: This may break source-compatibility with inheritors written in Kotlin. + +`com.intellij.execution.ui.ConsoleView.attachToProcess` method `ProcessHandler` parameter marked `@NotNull` +: This may break source-compatibility with inheritors written in Kotlin if they declare parameter type as nullable. ### Changes in Java Plugin 2019.3