diff --git a/releasenotes/README.md b/releasenotes/README.md index b8d85b95c..47e5b0c87 100644 --- a/releasenotes/README.md +++ b/releasenotes/README.md @@ -34,7 +34,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th * CHANGE: Salesforce CLI now prompts you to select a matching command, even when the partial command you entered matches just a single command. This change prevents inadvertent behavior, such as automatic JIT plugin installations because the CLI thinks you want to run a command in a JIT plugin that isn't installed. (GitHub issue [#2493](https://github.com/forcedotcom/cli/issues/2493), salesforcecli PR [#1180](https://github.com/salesforcecli/cli/pull/1180)) -* FIX: The `org resume sandbox` command now correctly handles multiple sandboxes in a resumable state. It first displays a warning about the multiple sandboxes, and then resumes the most recent sandbox creation or refresh. (GitHub issues [#x](https://github.com/forcedotcom/cli/issues/2238) and [#x](https://github.com/forcedotcom/cli/issues/1833), sfdx-core PR [#x](https://github.com/forcedotcom/sfdx-core/pull/944), plugin-org PR [#x](https://github.com/salesforcecli/plugin-org/pull/823)) +* FIX: The `org resume sandbox` command now correctly handles multiple sandboxes in a resumable state. It first displays a warning about the multiple sandboxes, and then resumes the most recent sandbox creation or refresh. (GitHub issues [#2238](https://github.com/forcedotcom/cli/issues/2238) and [#1833](https://github.com/forcedotcom/cli/issues/1833), sfdx-core PR [#944](https://github.com/forcedotcom/sfdx-core/pull/944), plugin-org PR [#823](https://github.com/salesforcecli/plugin-org/pull/823)) * FIX: The `--help` output of a deprecated aliased command (such as `force:org:list`) now displays the deprecation warning. (GitHub oclif issue [#800](https://github.com/oclif/core/issues/800), oclif PR [#801](https://github.com/oclif/core/pull/801))