From 06fabf70d5ff957ff947a93da7f78abf47eab27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 27 Feb 2020 16:23:55 +0100 Subject: [PATCH] api_changes_list_2020.md: group Python --- reference_guide/api_changes/api_changes_list_2020.md | 3 +++ 1 file changed, 3 insertions(+) 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.