From 7c47af43a6630f0728b165ed757cf23546597c57 Mon Sep 17 00:00:00 2001 From: Daniil Kalinin Date: Tue, 21 May 2024 14:11:32 +0200 Subject: [PATCH] PyElementTypes.STATEMENT_LIST type change notification (#1309) Changed in revision 892acbe0c95fde6aec74b7595b0a58f902c426f5 --- reference_guide/api_changes_list_2024.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 7c81859a3..ee6371fb7 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -77,6 +77,10 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no `org.apache.sanselan.util` package removed : `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`. +### Python Plugin 2024.2 +`com.jetbrains.python.PyElementTypes.STATEMENT_LIST` field type changed from `PyElementType` to `IElementType` +: Update code usages. + ## 2024.1 ### IntelliJ Platform 2024.1