diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 4bb9b4a75..5a5114249 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -81,6 +81,9 @@ JsonPath library unbundled `com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke` method `Editor` parameter marked `@NotNull` : This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable. +`com.intellij.openapi.actionSystem.ex.ActionUtil.showDumbModeWarning(Project, AnActionEvent[])` method removed +: Use `showDumbModeWarning(@Nullable Project project, @NotNull AnAction action, AnActionEvent @NotNull ... events)` instead + ### Java Plugin 2023.3 `com.siyeh.ipp.base.Intention` class removed