PyElementTypes.STATEMENT_LIST type change notification (#1309)

Changed in revision 892acbe0c95fde6aec74b7595b0a58f902c426f5
This commit is contained in:
Daniil Kalinin 2024-05-21 14:11:32 +02:00 committed by GitHub
parent aaafc08e44
commit 7c47af43a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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