diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 186f99c9a..6b0c4c0ce 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -80,6 +80,8 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ### IntelliJ Platform 2024.2 +Constructor of `com.intellij.ui.tabs.TabInfo` requires not-null `JComponent` argument. + `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(RunContextAction, Int)` method removed : Use `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(AnAction, Executor, Int)` instead.