api_changes_list_2024.md VcsLogFileHistoryHandler.getSupportedVcs() (#1153)

Co-authored-by: Denis Zaichenko <denis.zaichenko@jetbrains.com>
This commit is contained in:
SolidGlass 2023-12-05 17:48:15 +01:00 committed by GitHub
parent 7aa1dca2d5
commit f2a789ef88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,3 +80,6 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.execution.process.mediator.util` package removed
: The sole extension method `Deferred<T>.blockingGet()` contained in this package is an anti-pattern, and was not supposed to be exposed in the first place. The process mediator and the elevation service are now product modules, and no longer part of the platform.
`com.intellij.vcs.log.VcsLogFileHistoryHandler.getSupportedVcs()` abstract method added
: Must be implemented.