diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-10 11:26:21 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | 921b80b44f77f0f6786cdc676ae6f8ac87c532dd (patch) | |
tree | 4f5b827b41f1fc007cc8cadd30ea2af4a9605e22 | |
parent | ad49a4a29f2a3d245ff9d330d530f93a135bd07b (diff) | |
download | chef-921b80b44f77f0f6786cdc676ae6f8ac87c532dd.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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 74de46b606..5a71031da4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -98,7 +98,7 @@ The `windows_firewall_profile` resource was updated to prevent NilClass errors f ## Ohai Improvements -- Ohai now uses the same underlying code for shelling out to external commands as Chef Infra Client. This may resolve issues determining state on some non-English systems. +- Ohai now uses the same underlying code for shelling out to external commands as Chef Infra Client. This may resolve issues from determining the state on some non-English systems. - The `Packages` plugin has been updated to gather package installation information on macOS hosts. ## Platform Packages |