From 487cc2ac6cefe3858ef47db2e789bfd823c3d46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 23 Sep 2020 10:40:22 +0200 Subject: [PATCH] api_changes_list_2020.md: 2020.3 updates --- reference_guide/api_changes/api_changes_list_2020.md | 6 ++++++ 1 file changed, 6 insertions(+) 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