diff --git a/docs/early-access/v3/Extenders.md b/docs/early-access/v3/Extenders.md index e14b6d4213..cee45e9caa 100644 --- a/docs/early-access/v3/Extenders.md +++ b/docs/early-access/v3/Extenders.md @@ -15,6 +15,8 @@ - `ZoweVsCodeExtension.showVsCodeMessage` removed in favor of `Gui.showMessage`. - `ZoweVsCodeExtension.inputBox` removed in favor of `Gui.showInputBox`. - `ZoweVsCodeExtension.promptCredentials` removed in favor of `ZoweVsCodeExtension.updateCredentials`. +- Changed ZoweExplorerExtender.initForZowe `profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[]` to a required argument +- Changed IApiExplorerExtenders.initForZowe `profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[]` to a required argument ## New APIs Added