api_internal.md: add AnimatedIcon.ANIMATION_IN_RENDERER_ALLOWED to exceptions

This commit is contained in:
Yann Cébron 2022-08-15 17:04:41 +02:00
parent 24ea2bca05
commit f390b500cf

View File

@ -67,12 +67,13 @@ The API listed in this table is currently (or was previously) marked with `@ApiS
Therefore, any reported violations can be disregarded.
| Internal API | Note |
|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
|----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
| [`AnimatedIcon.ANIMATION_IN_RENDERER_ALLOWED`](%gh-ic%/platform/ide-core/src/com/intellij/ui/AnimatedIcon.java) | Made public in 2021.3 |
| [`BundleBase`](%gh-ic%/platform/util/src/com/intellij/BundleBase.java) | Made public in 2022.1 |
| [`IdFilter`](%gh-ic%/platform/indexing-api/src/com/intellij/util/indexing/IdFilter.java) | Reverted in 2021.2/3 |
| [`RunAnythingCommandLineProvider`](%gh-ic%/platform/lang-impl/src/com/intellij/ide/actions/runAnything/activity/RunAnythingCommandLineProvider.kt) | Made public in 2021.3 |
| `org.jetbrains.yaml.meta.*` | YAML Metadata API will be made public in 2022.2 |
| `PhpExpectedFunctionArgument` | Made public in 2022.1 |
| `org.jetbrains.yaml.meta.*` | YAML Metadata API will be made public in 2022.2 |
> Missing entries? Please let us know via the "**Was this page helpful?**" feedback form below or [other channels](getting_help.md#problems-with-the-guide).
>