api_changes_list_2021.md: group

This commit is contained in:
Yann Cébron 2021-06-24 09:42:06 +02:00
parent e2f3972124
commit 23cfffd815

View File

@ -111,6 +111,8 @@ 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.
### Performance Testing Plugin 2021.2
`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`.