Update api_changes_list_2021.md (#415)

PerformancePlugin API evolution
This commit is contained in:
Andrew 2021-06-24 09:19:48 +02:00 committed by GitHub
parent 498f705547
commit d73c387fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,9 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
: Previously this circulary referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
`com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`
: Use `java.util.List` instead of `java.util.Map`.
### Database Plugin 2021.2
`com.intellij.database.dataSource.DatabaseCredentialsAuthProvider.UserWidget` class removed