Update api_changes_list_2023.md (#1106)

Document change in com.intellij.openapi.actionSystem.ex.ActionUtil#showDumbModeWarning method
This commit is contained in:
Leneshka-jb 2023-09-05 15:08:02 +02:00 committed by GitHub
parent df162d48c4
commit a2172a5f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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