com.jetbrains.python.module.PythonModuleBuilder moved to another p… (#1256)

* ` com.jetbrains.python.module.PythonModuleBuilder` moved to another package

as part of v2 refactoring

* 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:44:11 +01:00 committed by GitHub
parent 7e5eebf490
commit e6b5e96b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,10 +76,12 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
### IntelliJ Platform 2024.1
` com.jetbrains.python.module.PythonModuleBuilder` class moved to package `com.intellij.python.community.plugin.java.facet`
: Update code usages.
`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.