From aa666d24e318af9dce84a9640062e9c3a0e31f94 Mon Sep 17 00:00:00 2001 From: ivankrut856 <31008885+ivankrut856@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:25:40 +0200 Subject: [PATCH] Update api_changes_list_2024.md (#1343) * Update api_changes_list_2024.md reflect data grip api changes --- reference_guide/api_changes_list_2024.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index cb5d1aee6..494b9ab7b 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -95,6 +95,17 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no `org.jetbrains.kotlin.fir.types.ConeTypeUtilsKt.renderReadableWithFqNames(ConeKotlinType)` method removed : Internals of Kotlin compiler. +### Database Plugin 2024.2 + +`com.intellij.database.datagrid.DataGrid.getCoroutineScope()` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + +`com.intellij.database.datagrid.DataGrid.getModificationTracker()` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + +`com.intellij.database.datagrid.DataGrid.adaptForNewQuery()` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + ## 2024.1 ### IntelliJ Platform 2024.1