diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 66b0f276fd1..7b84a22aa60 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -114,6 +114,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