summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-10 10:11:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-16 12:04:01 -0700
commit79c03b7fc879c3edc5ef444e7945b58c1ba0c0a8 (patch)
tree10e6ac86292c24cd05043b6c3fbab057f9d2a62e
parentc4ff3549164763f1a252bfbb224f946ae43abf3c (diff)
downloadchef-79c03b7fc879c3edc5ef444e7945b58c1ba0c0a8.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 06a104eb1a..ecf8f79ed9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,7 +10,7 @@ We continue to reduce the size of the Chef Infra Client install and optimize the
- The client license acceptance logic has been improved to provide helpful error messages when an incorrect value is passed and to accept license values in any text case.
- A new `chef-client` process exit code of 43 has been added to signal that an invalid configuration was specified. Thanks [@NaomiReeves](https://github.com/NaomiReeves)!
-- The `knife ssh` command no longer hangs when connecting to Windows nodes over SSH
+- The `knife ssh` command no longer hangs when connecting to Windows nodes over SSH.
- The `knife config` commands have been renamed to make them shorter and table output has been improved:
- knife config get-profile -> knife config use
- knife config use-profile [NAME] -> knife config use [NAME]