From 3055e471344631daf31eafe8d9f6fd7229d2e9a7 Mon Sep 17 00:00:00 2001 From: Ilya Zakoulov Date: Wed, 15 Nov 2023 09:06:16 +0100 Subject: [PATCH] Update api_changes_list_2023.md (#1150) --- reference_guide/api_changes_list_2023.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index c2e67223e..803f8eade 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -245,6 +245,9 @@ Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved `org.jetbrains.plugins.notebooks.jupyter.variables` package removed : It is now part of separate _Jupyter_ plugin. +`com.jetbrains.python.psi.PyClass.getPropertiesInherited(TypeEvalContext)` abstract method added +: Should implement this method. + ### Database Plugin 2023.3 `com.intellij.database.datagrid.DataGrid.getName(ModelIndex)` method removed