Clion/AppCode 2020.3: link migration guide (IJSDK-965)

This commit is contained in:
Yann Cébron 2020-12-10 16:53:21 +01:00
parent 62d79589e7
commit 1730e48992
2 changed files with 6 additions and 1 deletions

View File

@ -132,6 +132,11 @@ All parameters in `com.jetbrains.python.psi.PyElementVisitor` marked `@NotNull`
`com.jetbrains.python.psi.LanguageLevel.hasWithStatement()` method removed
: It is `true` for all supported python versions.
### Changes In CLion/AppCode 2020.3
Required changes in project setup
: When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
## 2020.2

View File

@ -45,7 +45,7 @@ Text Editor customization
Published Javascript Testframework
: This allows using existing test base classes, see [WebStorm Plugin Development](/products/webstorm.md#javascript-testframework) page for details.
### Notable Changes In CLion/AppCode
### Notable Changes In CLion/AppCode 2020.3
Required changes in project setup
: When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).