Update api_changes_list_2021.md (#514)

This commit is contained in:
Lada Gagina 2021-07-28 17:58:42 +03:00 committed by GitHub
parent 360007ffc7
commit cac7ade2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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