From e320bb48e46c850af0fdd6c308ea608d8fb1fa74 Mon Sep 17 00:00:00 2001 From: Ivan Semenov <33097396+iasemenov@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:37:01 +0300 Subject: [PATCH] Update api_changes_list_2021.md (#555) --- reference_guide/api_changes_list_2021.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index 950b5facd..9b7184fb6 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -108,6 +108,19 @@ Running tests fails with `jarFiles is not set for [...]` or `Created extension c `com.intellij.openapi.fileEditor.impl.EditorTabTitleProvider.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed : This parameter never needed, but lead to code coupling +### VCS Log 2021.3 + +`com.intellij.vcs.log.ui.frame.CommitPanel` class removed +: Removed unnecessary inheritance + +### Git Plugin 2021.3 + +`git4idea.ui.branch.GitBranchActionsUtilKt.checkoutOrReset(Project, List, String, GitNewBranchOptions)` method removed +: Method was dropped to avoid supporting outdated behavior + +`git4idea.ui.branch.GitBranchActionsUtilKt.createNewBranch(Project, List, String, GitNewBranchOptions)` method removed +: Method was dropped to avoid supporting outdated behavior + ## 2021.2 ### IntelliJ Platform 2021.2