diff --git a/reference_guide/api_changes_list_2025.md b/reference_guide/api_changes_list_2025.md index 670567433..dcd8b29c6 100644 --- a/reference_guide/api_changes_list_2025.md +++ b/reference_guide/api_changes_list_2025.md @@ -85,6 +85,9 @@ Coroutines running under `Dispatchers.Main` do not hold the write-intent lock : To restore the old behavior, consider using `Dispatchers.EDT`. See [](threading_model.md). +Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType` +: Update code usages. + ### External System 2025.1 `com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface