GitHub available repositories API change

This commit is contained in:
Ivan Semenov 2020-07-13 15:46:57 +03:00 committed by GitHub
parent ddef71a0aa
commit 6021898c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,9 @@ Support for JavaFX deprecated
`org.jetbrains.plugins.github.pullrequest.ui.GHCompletableFutureLoadingModel()` constructor removed
: Model was made disposable and it is now required to pass parent disposable in constructor
`org.jetbrains.plugins.github.util.GithubGitHelper#getPossibleRemoteUrlCoordinates` method removed
: Use `org.jetbrains.plugins.github.util.GHProjectRepositoriesManager.getKnownRepositories()` instead
## Changes in Groovy Plugin 2020.2
`org.jetbrains.plugins.groovy.formatter.AlignmentProvider.addPair` method parameter type changed from `Boolean` to `boolean`