mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
StatementParsing.FUTURE in 203 (#335)
This commit is contained in:
parent
0ec40d131d
commit
a17dbc57ed
@ -106,6 +106,9 @@ Added PHP 8 support
|
||||
All parameters in `com.jetbrains.python.psi.PyElementVisitor` marked `@NotNull`
|
||||
: This may break source-compatibility with inheritors written in Kotlin.
|
||||
|
||||
`com.jetbrains.python.parsing.StatementParsing.FUTURE` class removed
|
||||
: Use `com.jetbrains.python.psi.FutureFeature` instead.
|
||||
|
||||
`com.jetbrains.python.sdk.PythonSdkUpdater.updateOrShowError(Sdk, SdkModificator, Project, Component)` method parameter `SdkModificator` removed
|
||||
: It was not processed carefully, it should be enough to pass editable sdk instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user