From 81bc847f8bb6993362324d61b2e24824ba22189a Mon Sep 17 00:00:00 2001 From: Elizaveta Shashkova Date: Mon, 6 Dec 2021 17:08:10 +0300 Subject: [PATCH] Document api changes in PydevConsoleRunnerImpl (#615) --- reference_guide/api_changes_list_2021.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index 2dc1cc49a..2944100a7 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -136,6 +136,11 @@ Constructor `com.intellij.codeInsight.hints.settings.InlayProviderSettingsModel` `git4idea.ui.branch.GitBranchActionsUtilKt.createNewBranch(Project, List, String, GitNewBranchOptions)` method removed : Method was dropped to avoid supporting outdated behavior. +### Python Plugin 2021.3 + +`com.jetbrains.python.console.PydevConsoleRunnerImpl(Project, Sdk, PyConsoleType, String, Map, PyConsoleOptions.PyConsoleSettings, Consumer, String[])` constructor parameter type `com.intellij.util.Consumer` removed +: There is no need to pass a Restart action as a constructor parameter, it should be created inside the `com.jetbrains.python.console.PydevConsoleRunnerImpl#createRerunAction` method + ### IntelliJ IDEA Ultimate 2021.3 #### Miscellaneous