Update api_changes_list_2022.md (#621)

This commit is contained in:
Vladimir Lagunov 2022-01-03 21:46:27 +07:00 committed by GitHub
parent 8c904d1cfa
commit 61b6363a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,3 +90,6 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
`com.intellij.psi.impl.java.stubs.index.JavaFullClassNameIndex.get(Integer, Project, GlobalSearchScope)` method parameter type changed from `Integer` to `CharSequence`
: `JavaFullClassNameIndex` now takes `CharSequence` instead of its `hashCode` to allow specific optimizations
<!-- https://youtrack.jetbrains.com/issue/MP-4136 -->
JSch was removed from the core
: Add [com.jcraft:jsch:0.1.55](https://mvnrepository.com/artifact/com.jcraft/jsch/0.1.55) as a dependency explicitly.