From f2a789ef88a9f55de9c2daa854737aa0b5cc71bc Mon Sep 17 00:00:00 2001 From: SolidGlass <146446446+SolidGlass@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:48:15 +0100 Subject: [PATCH] api_changes_list_2024.md VcsLogFileHistoryHandler.getSupportedVcs() (#1153) Co-authored-by: Denis Zaichenko --- reference_guide/api_changes_list_2024.md | 3 +++ 1 file changed, 3 insertions(+) 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.