mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
com.jetbrains.python.facet
removed (#1255)
* `com.jetbrains.python.facet` removed * Update reference_guide/api_changes_list_2024.md Co-authored-by: Karol Lewandowski <karol86@gmail.com> --------- Co-authored-by: Karol Lewandowski <karol86@gmail.com> Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
This commit is contained in:
parent
74000e62d1
commit
7e5eebf490
@ -76,13 +76,16 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
|
||||
### IntelliJ Platform 2024.1
|
||||
|
||||
`com.jetbrains.python.facet` package removed
|
||||
: Private package is no longer available as an API.
|
||||
|
||||
|
||||
`com.jetbrains.python.debugger.remote` package removed
|
||||
: Private package is no longer available as an API.
|
||||
|
||||
`com.jetbrains.django.util.DjangoUtil` class removed
|
||||
: Private class is no longer available as an API.
|
||||
|
||||
|
||||
`com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo [] usages, List<PsiElement> elements)` abstract method added
|
||||
: Use instead of `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo [] usages)` and `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo [] usages, PsiElement primaryElement)`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user