Update api_changes_list_2023.md (#1092)

Document `com.intellij.remote.RemoteProcess` API changes.
This commit is contained in:
Zakoulov Ilya 2023-07-25 08:51:58 +02:00 committed by GitHub
parent 52f9cdd7b4
commit 65dd1f83d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
Specify `displayName`/`key` for `Configurable`
: To improve performance, provide either attribute for `com.intellij.applicationConfigurable` or `com.intellij.projectConfigurable` extension point (see [](settings_guide.md)).
`com.intellij.remote.RemoteProcess.setWindowSize(int, int)` abstract method added
: Should implement this method.
### Database Plugin 2023.2
`com.intellij.database.dataSource.DataSourceStorageCore` class removed