api_changes_list.md: remove 2020.1 compatibility checks note

This commit is contained in:
Yann Cébron 2020-02-28 09:59:42 +01:00
parent 32b33611ba
commit 28ab9ccc80

View File

@ -64,8 +64,10 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
IntelliJ API may be occasionally changed between releases, leading to incompatibilities of existing plugins with newer IDE builds. IntelliJ API may be occasionally changed between releases, leading to incompatibilities of existing plugins with newer IDE builds.
<!--
> **NOTE** Starting with 2020.1 release, IntelliJ Platformbased IDEs will use compatibility check information provided by the [JetBrains plugin repository](/plugin_repository/index.md) to highlight possible compatibility issues to users directly in the IDE's "Plugins" manager. > **NOTE** Starting with 2020.1 release, IntelliJ Platformbased IDEs will use compatibility check information provided by the [JetBrains plugin repository](/plugin_repository/index.md) to highlight possible compatibility issues to users directly in the IDE's "Plugins" manager.
Therefore, it is important to keep your plugins up to date with regard to the existing and upcoming API changes. Therefore, it is important to keep your plugins up to date with regard to the existing and upcoming API changes.
-->
Compatibility with newer IDEs can easily be verified for plugins hosted on the [JetBrains plugin repository](/plugin_repository/index.md) using the built-in [Plugin Verifier](https://blog.jetbrains.com/platform/2018/07/plugins-repository-now-integrates-with-the-plugin-verification-tool/). Compatibility with newer IDEs can easily be verified for plugins hosted on the [JetBrains plugin repository](/plugin_repository/index.md) using the built-in [Plugin Verifier](https://blog.jetbrains.com/platform/2018/07/plugins-repository-now-integrates-with-the-plugin-verification-tool/).