mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
Update api_changes_list_2021.md
This commit is contained in:
parent
8e9eb0b1eb
commit
a23f63e7da
@ -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
|
`com.intellij.openapi.file.exclude.EnforcedPlainTextFileType` class removed
|
||||||
: Use `com.intellij.openapi.fileTypes.PlainTextFileType` instead.
|
: 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
|
## 2021.1
|
||||||
|
|
||||||
### Changes in IntelliJ Platform 2021.1
|
### Changes in IntelliJ Platform 2021.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user