Skip to content

Commit

Permalink
Update api_changes_list_2024.md
Browse files Browse the repository at this point in the history
reflect data grip api changes
  • Loading branch information
ivankrut856 authored Jul 2, 2024
1 parent 45d27a1 commit fc60b52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reference_guide/api_changes_list_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ 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.1
`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.

## 2024.1

### IntelliJ Platform 2024.1
Expand Down

0 comments on commit fc60b52

Please sign in to comment.