diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 8fb7d6195..4bb9b4a75 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -109,6 +109,11 @@ Parameter type of fragment builder functions from `ExternalSystemRunConfiguratio Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved to `SettingsEditorFragmentBuilders` and `ExternalSystemRunConfigurationFragmentBuilders` files : Use the new run configuration fragment builders. +### Kotlin Plugin 2023.3 + +`org.jetbrains.kotlin.idea.actions.JavaToKotlinAction.Companion` class renamed to `org.jetbrains.kotlin.idea.actions.JavaToKotlinAction.Handler` +: In order to not load additional code eagerly on action instantiation. + ## 2023.2 ### IntelliJ Platform 2023.2