Skip to content

Document ThreeSide.map parameter change #1499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reference_guide/api_changes_list_2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.psi.xml.HtmlFileElementType.getHtmlStubVersion()` method removed
: Use `com.intellij.xml.HtmlLanguageStubVersionUtil.getHtmlStubVersion()` instead.

`com.intellij.diff.util.ThreeSide.map(Function)` method parameter type changed from `com.intellij.util.Function` to `kotlin.jvm.functions.Function1`
: Use `kotlin.jvm.functions.Function1` as a parameter.

### Package Checker 2025.2

`com.intellij.packageChecker.api.PackageDeclaration(Package)` method parameter type changed from `org.jetbrains.security.package.Package` to `com.intellij.packageChecker.model.Package`
Expand Down