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:
Ilya Kazakevich 2024-03-11 09:43:23 +01:00 committed by GitHub
parent 74000e62d1
commit 7e5eebf490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)`.