mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2024.md (#1343)
* Update api_changes_list_2024.md reflect data grip api changes
This commit is contained in:
parent
45d27a14ed
commit
aa666d24e3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user