From e9a42c3d12c63cc70e1a356e95f058ff4e4bc54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 Aug 2019 15:15:03 +0200 Subject: [PATCH] welcome.md: link to breaking/notable API changes --- welcome.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/welcome.md b/welcome.md index 4ff45d8cb..f585a2f3a 100644 --- a/welcome.md +++ b/welcome.md @@ -21,6 +21,8 @@ Welcome to the _IntelliJ Platform_ SDK. This is the primary source of documentat ## Updates See [Recently Updated](recently_updated.md) for latest changes. Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for latest announcements. +Are you upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](reference_guide/api_changes/api_changes_list_2019.md) as well as [Notable Changes and Features](reference_guide/api_notable/api_notable_list_2019.md). + ## Open Source This guide is Open Source, and licensed under Apache 2.0. The source (as Markdown) is [hosted on GitHub](https://github.com/JetBrains/intellij-sdk-docs). Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to host the docs locally and contribute.