Document removal of StdLanguages.JSP and StdLanguages.JSPX (#350)

This commit is contained in:
Dmitry Jemerov 2021-01-27 11:00:28 +01:00 committed by GitHub
parent 9283e500fc
commit 4bfb159e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,4 +68,10 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
### Changes in IntelliJ Platform 2021.1
`com.intellij.util.io.PersistentHashMap.isCorrupted` method removed
: The storage checks for corruption automatically, there is no need of any explicit additional checks.
: The storage checks for corruption automatically, there is no need of any explicit additional checks.
`com.intellij.lang.StdLanguages.JSPX` field removed
: Add a dependency on the `com.intellij.jsp` plugin and replace the reference with `com.intellij.lang.jspx.JspxLanguageImpl.INSTANCE`
`com.intellij.lang.StdLanguages.JSP` field removed
: Add a dependency on the `com.intellij.jsp` plugin and replace the reference with `com.intellij.lang.jsp.NewJspLanguage.getInstance()`