API Changes: clarify breakages from @ScheduledForRemoval are not listed

This commit is contained in:
Yann Cébron 2019-10-17 13:19:42 +02:00
parent 937ac91a6e
commit 72625667dc
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API 2017.*
See the note on how to document new problems on the main page reference_guide/api_changes_list.md
-->
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
# 2017.3

View File

@ -10,7 +10,7 @@ See the note on how to document new problems on the main page reference_guide/ap
-->
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
# 2018.3

View File

@ -55,7 +55,7 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
3) both code quotes and links: [`org.example.Foo`](https://github.com/JetBrains/intellij-community/tree/master/)
-->
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
# 2019.3

View File

@ -66,4 +66,4 @@ The following pages list the breaking changes in IDE/plugin releases with requir
* [**Changes in 2017.***](api_changes/api_changes_list_2017.md)
* [**Changes in 2016.***](api_changes/api_changes_list_2016.md)
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.
> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected.