summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-10 10:11:10 -0700
committerGitHub <noreply@github.com>2020-09-10 10:11:10 -0700
commita549332014a70fb7f541a0be3caa8cefd9eb3cee (patch)
treeba72ef01d21d2a2571f8c0844208a36c30bf96f1
parent4dd22dc10fcb71d1599f1744e61bb46423ad8847 (diff)
downloadchef-a549332014a70fb7f541a0be3caa8cefd9eb3cee.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 0bdb558192..06a104eb1a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -9,7 +9,7 @@ We continue to reduce the size of the Chef Infra Client install and optimize the
## CLI Improvements
- 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)
+- 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 config` commands have been renamed to make them shorter and table output has been improved:
- knife config get-profile -> knife config use