From 2ec6c68b4f145b39b7e22f0cfd3266475179b19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 26 Jun 2024 16:55:34 +0200 Subject: [PATCH] api_changes_list_2024.md: cleanup --- reference_guide/api_changes_list_2024.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index abb455fef..cb5d1aee6 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -79,21 +79,21 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ### Python Plugin 2024.2 `com.jetbrains.python.PyElementTypes.STATEMENT_LIST` field type changed from `PyElementType` to `IElementType` -: Update code usages. +: Update code usages. ### Kotlin Plugin 2024.2 `org.jetbrains.kotlin.analysis.low.level.api.fir.LLFirResolveSessionService.getFirResolveSessionNoCaching(module: KtModule)` method removed -: internals of Kotlin plugin. +: Internals of Kotlin plugin. `org.jetbrains.kotlin.analysis.project.structure.ProjectStructureProvider.Companion.getModule(Project, PsiElement, KtModule)` method removed -: use `org.jetbrains.kotlin.analysis.api.projectStructure.KaModuleProvider.Companion.getModule(Project, PsiElement, KtModule)` instead. +: Use `org.jetbrains.kotlin.analysis.api.projectStructure.KaModuleProvider.Companion.getModule(Project, PsiElement, KtModule)` instead. `org.jetbrains.kotlin.codegen.state.TypeMappingUtil.getJVM_SUPPRESS_WILDCARDS_ANNOTATION_FQ_NAME` method removed -: use `org.jetbrains.kotlin.name.JvmStandardClassIds.getJVM_SUPPRESS_WILDCARDS_ANNOTATION_FQ_NAME` method instead. +: Use `org.jetbrains.kotlin.name.JvmStandardClassIds.getJVM_SUPPRESS_WILDCARDS_ANNOTATION_FQ_NAME` instead. `org.jetbrains.kotlin.fir.types.ConeTypeUtilsKt.renderReadableWithFqNames(ConeKotlinType)` method removed -: internals of Kotlin compiler. +: Internals of Kotlin compiler. ## 2024.1