Update api_changes_list_2024.md (#1343)

* Update api_changes_list_2024.md

reflect data grip api changes
This commit is contained in:
ivankrut856 2024-07-02 11:25:40 +02:00 committed by GitHub
parent 45d27a14ed
commit aa666d24e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 `org.jetbrains.kotlin.fir.types.ConeTypeUtilsKt.renderReadableWithFqNames(ConeKotlinType)` method removed
: Internals of Kotlin compiler. : 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 ## 2024.1
### IntelliJ Platform 2024.1 ### IntelliJ Platform 2024.1