diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 87513d919..549edc16d 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -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.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.