mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2021.md: GH plugin
This commit is contained in:
parent
42edd25055
commit
8b59664482
@ -82,6 +82,12 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
: Use `com.intellij.openapi.fileTypes.PlainTextFileType` instead.
|
||||
|
||||
### GitHub Plugin 2021.2
|
||||
|
||||
`org.jetbrains.plugins.github.util.GithubAuthData` class removed
|
||||
: Use `org.jetbrains.plugins.github.authentication.GithubAuthenticationManager` instead.
|
||||
|
||||
`org.jetbrains.plugins.github.util.GithubAuthData$BasicAuth` class removed
|
||||
: Use `org.jetbrains.plugins.github.authentication.GithubAuthenticationManager` instead.
|
||||
|
||||
`org.jetbrains.plugins.github.util.GithubSettings.getAuthData(GithubAuthData)` method removed
|
||||
: Use `org.jetbrains.plugins.github.authentication.GithubAuthenticationManager` instead.
|
||||
|
Loading…
x
Reference in New Issue
Block a user