Update api_changes_list_2023.md (#976)

This commit is contained in:
Andrey Vokin 2023-01-19 13:48:16 +01:00 committed by GitHub
parent 7c1059b3c4
commit 3332d5dc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,3 +83,6 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.openapi.externalSystem.view.ExternalSystemNode.setNameAndTooltip(String, String, SimpleTextAttributes)` method removed
: The new `setNameAndTooltip(PresentationData, String, String, SimpleTextAttributes)` overload should be used instead.
`com.intellij.ide.ui.laf.darcula.ui.DarculaProgressBarUI#getFinishedColor` method removed
: The new `getFinishedColor(JComponent c)` overload should be used instead.