From 9cd8d2851dbb7b5f69ba78f00117cc99f7b38e7e Mon Sep 17 00:00:00 2001 From: Greg Shrago Date: Thu, 18 Jul 2024 18:04:01 +0300 Subject: [PATCH] Update api_changes_list_2024.md --- reference_guide/api_changes_list_2024.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index edc0c5e5c..91f8f1406 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -80,6 +80,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ### IntelliJ Platform 2024.2 +`com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(RunContextAction, Int)` method removed +: Use `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(AnAction, Executor, Int)` instead. + `org.apache.sanselan.util` package removed : `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.