diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index 147f4aebc..facf9df54 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -125,6 +125,9 @@ Java code migrated to use `TYPE_USE` nullability annotations `com.intellij.navigation.ChooseByNameContributorEx.processElementsWithName` method parameter type changed from `Processor` to ``Processor`` : This may break source-compatibility with inheritors written in Kotlin. + +## Changes in Python plugin 2020.1 + `com.jetbrains.python.psi.PyCallExpression.PyMarkedCallee` class removed : Use `com.jetbrains.python.psi.types.PyCallableType` instead.