mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2021.md (#514)
This commit is contained in:
parent
360007ffc7
commit
cac7ade2a7
@ -160,6 +160,11 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
|||||||
`icons.SpringApiIcons.Gutter` class moved to package `com.intellij.spring`
|
`icons.SpringApiIcons.Gutter` class moved to package `com.intellij.spring`
|
||||||
: Use `com.intellij.spring.SpringApiIcons.Gutter` instead.
|
: Use `com.intellij.spring.SpringApiIcons.Gutter` instead.
|
||||||
|
|
||||||
|
### Python Plugin 2021.2.1
|
||||||
|
|
||||||
|
`com.jetbrains.python.psi.types.PyTypedDictType.Companion.match(PyTypedDictType, PyDictLiteralExpression, TypeEvalContext)` method removed
|
||||||
|
: As the result of the refactoring aimed at fixing https://youtrack.jetbrains.com/issue/PY-48799, for dict literals containing only string keys we infer PyTypedDictType now, so there's no need to match dict literals with TypedDicts. There's a new method for comparing the inferred TypedDicts with the given ones: `com.jetbrains.python.psi.types.PyTypedDictType.Companion.match(PyType, PyTypedDictType, TypeEvalContext)`.
|
||||||
|
|
||||||
## 2021.1
|
## 2021.1
|
||||||
|
|
||||||
### Changes in IntelliJ Platform 2021.1
|
### Changes in IntelliJ Platform 2021.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user