api_changes_list_2024.md: RefactoringHelper.prepareOperation (#1209)

This commit is contained in:
Bart van Helvert 2024-01-25 13:03:36 +01:00 committed by GitHub
parent 757ae71a8a
commit 9115e0f9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,12 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
### IntelliJ Platform 2024.1
`com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages)` method removed
: Use `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull List<@NotNull PsiElement> elements)` instead.
`com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull PsiElement primaryElement)` method removed
: Use `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull List<@NotNull PsiElement> elements)` instead.
`com.jetbrains.commandInterface.commandLine.psi.CommandLineFile` class moved to package `com.intellij.commandInterface.commandLine.psi`
: Update code usages.