Update api_changes_list_2021.md

This commit is contained in:
Ivan Semenov 2021-04-21 12:17:11 +03:00 committed by GitHub
parent 8e9eb0b1eb
commit a23f63e7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,17 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.intellij.openapi.file.exclude.EnforcedPlainTextFileType` class removed
: Use `com.intellij.openapi.fileTypes.PlainTextFileType` instead.
### GitHub plugin
`org.jetbrains.plugins.github.util.GithubSettings.getAuthData(GithubAuthData)` method removed
: Only used by an already incompatible plugin
`org.jetbrains.plugins.github.util.GithubSettings.getLogin` method removed
: Only used by an already incompatible plugin
`org.jetbrains.plugins.github.util.GithubSettings.isAuthConfigured` method removed
: Only used by an already incompatible plugin
## 2021.1
### Changes in IntelliJ Platform 2021.1
@ -135,4 +146,4 @@ JSON Widget suppressor EP `com.intellij.json.jsonWidgetSuppressor`
### Java UML Plugin 2021.1
Rename of packages to `.java.` specific variants
: A number of packages have been renamed: `com.intellij.uml.utils` becomes `com.intellij.uml.java.utils`, `com.intellij.uml.project` becomes `com.intellij.uml.java.project`, and `com.intellij.uml.jigsaw` becomes `com.intellij.uml.java.jigsaw`.
: A number of packages have been renamed: `com.intellij.uml.utils` becomes `com.intellij.uml.java.utils`, `com.intellij.uml.project` becomes `com.intellij.uml.java.project`, and `com.intellij.uml.jigsaw` becomes `com.intellij.uml.java.jigsaw`.