com.intellij.psi.meta.PsiMetaData.getDependences renamed

This commit is contained in:
Gregory.Shrago 2018-07-10 19:44:07 +03:00
parent d9d00d763a
commit c88985916b

View File

@ -15,6 +15,12 @@ See the note on how to document new problems on the main page reference_guide/ap
}
</style>
## Changes in IntelliJ Platform 2018.3
| Change | How to deal with it |
|---------|---------------------|
| `com.intellij.psi.meta.PsiMetaData.getDependences` method removed | Use `com.intellij.psi.meta.PsiMetaData.getDependencies` |
## Changes in IntelliJ Platform 2018.2
| Change | How to deal with it |