summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjingle <mjingle@users.noreply.github.com>2018-11-28 11:18:29 -0800
committerGitHub <noreply@github.com>2018-11-28 11:18:29 -0800
commit4a873e2d731b1171b510b8bc449b945c5840fcef (patch)
tree86e5713d78a55e388e1ae52afc35c1c0cbc1945f
parent10a4bfbe94d940619efc2a0eb67da76a6670e714 (diff)
downloadchef-4a873e2d731b1171b510b8bc449b945c5840fcef.tar.gz
Update RELEASE_NOTES.md
Co-Authored-By: tas50 <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 39ab20c465..0370618757 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -113,7 +113,7 @@ The new behavior uses a Mash so that the attributes will work as expected.
### Ohai's system_profile plugin for macOS removed
-We removed the system_profile plugin because it incorrectly returned data on modern Mac systems. If you relied on this plugin you'll want to update recipes to use `node['hardware']` instead, which correctly returns the same data, but in a more easily consumed format. Removing this plugin speeds up Ohai (and Chef) by ~3 seconds and dramatically reduces the size of the node object on the Chef server.
+We removed the system_profile plugin because it incorrectly returned data on modern Mac systems. If you relied on this plugin, you'll want to update recipes to use `node['hardware']` instead, which correctly returns the same data, but in a more easily consumed format. Removing this plugin speeds up Ohai (and Chef) by ~3 seconds and dramatically reduces the size of the node object on the Chef server.
### Ohai's Ohai::Util::Win32::GroupHelper class has been removed