Update api_changes_list_2021.md (#412)

* Update api_changes_list_2021.md

Document removal of UAnnotated.getAnnotations(). See https://youtrack.jetbrains.com/issue/IDEA-271430

* Update api_changes_list_2021.md

fixed typo
This commit is contained in:
Tobias Kahlert 2021-06-14 14:46:57 +02:00 committed by GitHub
parent 8577c4758f
commit 62496fa41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,12 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.intellij.ssh.ui.unified.SshConfigComboBox(Project, Disposable, SshConfigConfigurable.Visibility)` constructor parameter type changed from `com.intellij.ssh.ui.unified.SshConfigConfigurable.Visibility` to `com.intellij.ssh.ui.unified.SshConfigVisibility`
: `SshConfigConfigurable.Visibility` has been renamed to `SshConfigVisibility`.
`org.jetbrains.uast.UAnnotated.getAnnotations()` method removed
: Use `org.jetbrains.uast.UAnnotated.getUAnnotations()` instead.
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
: Previously this circulary referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
### Database Plugin 2021.2
`com.intellij.database.dataSource.DatabaseCredentialsAuthProvider.UserWidget` class removed