From 4ed3995ed68feecc2514445242cda68c724e4114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 19 May 2021 11:37:51 +0200 Subject: [PATCH] api_changes_list.md: format --- reference_guide/api_changes_list.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 406dc46bc..c07f2a127 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -78,14 +78,15 @@ If your plugin is hosted on GitHub and you are _not_ using Gradle, consider usin ### IDE Support Consider using the following [IDE inspections](https://www.jetbrains.com/help/idea/code-inspection.html) to get additional alerts about code that uses unstable API features: -- JVM languages \| Unstable API Usage -- JVM languages \| Unstable type is used in signature + +- JVM languages | Unstable API Usage +- JVM languages | Unstable type is used in signature -Usage of deprecated or annotated with `org.jetbrains.annotations.ApiStatus.@Experimental`/`@Internal` [Extension Points](plugin_extensions.md) is highlighted in `plugin.xml` files. +Usage of [Extension Points](plugin_extensions.md) which are deprecated or annotated with [`org.jetbrains.annotations.ApiStatus`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java) `@Experimental`/`@Internal` is highlighted in plugin.xml files. ## Known Breaking Changes - > Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. + > Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. > {type="tip"} @@ -97,5 +98,7 @@ The following pages list the breaking changes in IDE and plugin releases with re * [**Changes in 2018.***](api_changes_list_2018.md) * [**Changes in 2017.***](api_changes_list_2017.md) * [**Changes in 2016.***](api_changes_list_2016.md) + +## Library Updates Information about bundled Third-Party Software/Libraries and their respective versions is available [here](https://www.jetbrains.com/legal/third-party-software/). \ No newline at end of file