mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
API Changes: clarify breakages from @ScheduledForRemoval are not listed
This commit is contained in:
parent
937ac91a6e
commit
72625667dc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user