Skip to content

Commit 7663fa4

Browse files
authored
Document ThreeSide.map parameter change (#1499)
1 parent 7a0f2ae commit 7663fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference_guide/api_changes_list_2025.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
7979
`com.intellij.psi.xml.HtmlFileElementType.getHtmlStubVersion()` method removed
8080
: Use `com.intellij.xml.HtmlLanguageStubVersionUtil.getHtmlStubVersion()` instead.
8181

82+
`com.intellij.diff.util.ThreeSide.map(Function)` method parameter type changed from `com.intellij.util.Function` to `kotlin.jvm.functions.Function1`
83+
: Use `kotlin.jvm.functions.Function1` as a parameter.
84+
8285
### Package Checker 2025.2
8386

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

0 commit comments

Comments
 (0)