diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index dbf5bace0..5b81a8bad 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -292,6 +292,9 @@ Various package renames to support dynamic plugins `org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract : Previously this circularly referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed. +`com.intellij.openapi.actionSystem.ActionPlaces.isMainMenuOrShortcut(String)` method removed +: Use `isMainMenuOrActionSearch(String)` method instead. + ### Performance Testing Plugin 2021.2 `com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`