diff options
author | Tim Smith <tsmith@chef.io> | 2020-01-23 12:48:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 12:48:05 -0800 |
commit | 6ccabcf715d94d8f66535c08610fb6da92932972 (patch) | |
tree | c4b8bd712be842ba61c038a28b27575f9edf292e | |
parent | 40487d4bd7461d65ed80d9a4f12d4dd3180cc898 (diff) | |
download | chef-6ccabcf715d94d8f66535c08610fb6da92932972.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@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 d8a46fe994..2ac019b8e7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -61,7 +61,7 @@ Returns `true` if the system is a Windows Server Core edition. - A bug in `knife bootstrap` behavior that caused failures when bootstrapping Windows hosts from non-Windows hosts and vice versa has been resolved. - The existing system path is now preserved when bootstrapping Windows nodes. Thanks for this fix [@Xorima](https://github.com/Xorima/). - Ohai now properly returns the drive name on Windows and includes new drive_type fields to allow you to determine the type of attached disk. Thanks for this improvement [@sshock](https://github.com/sshock/). -- Ohai has been updated to properly return DMI data to Chef Infra Client. Thanks for troubleshooting this [@zmscwx](https://github.com/zmscwx) and [@Sliim](https://github.com/Sliim). +- Ohai has been updated to properly return DMI data to Chef Infra Client. Thanks for troubleshooting this, [@zmscwx](https://github.com/zmscwx) and [@Sliim](https://github.com/Sliim). ## Platform Support |