api_changes_list_2021.md: GH plugin

This commit is contained in:
Yann Cébron 2021-04-21 16:22:57 +02:00
parent 42edd25055
commit 8b59664482

View File

@ -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.