diff --git a/reference_guide/api_changes_list_2025.md b/reference_guide/api_changes_list_2025.md index 05620dba5..375b5f7b4 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). +`com.intellij.psi.xml.XmlTokenType` class now interface +: Use `XmlTokenType` constants directly. + Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType` : Update code usages.