mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2024.md
This commit is contained in:
parent
3c643a5bc1
commit
9cd8d2851d
@ -80,6 +80,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
### IntelliJ Platform 2024.2
|
### 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` package removed
|
||||||
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.
|
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user