From ae9c45ee2356b4e0b973e99e045fda960292fafd Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Thu, 1 Aug 2024 16:09:49 +0200 Subject: [PATCH] https://youtrack.jetbrains.com/issue/IJPL-157363 (#1360) https://youtrack.jetbrains.com/issue/IJPL-157363 --- reference_guide/api_changes_list_2024.md | 2 ++ 1 file changed, 2 insertions(+) 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.