summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-02-06 17:06:49 -0800
committerGitHub <noreply@github.com>2020-02-06 17:06:49 -0800
commit8344e661dfd83e3b7a6b6eaf9425d3a1acaa5e0d (patch)
tree221802ebd53004c8e1324e9d6864030f21d61974
parenta84df87652ebfaafaae29584f281f285a6973f2d (diff)
downloadchef-8344e661dfd83e3b7a6b6eaf9425d3a1acaa5e0d.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 0bdd760484..20f6a58f59 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -79,7 +79,7 @@ The `ifconfig` resource now supports the newer `ifconfig` release that ships in
### mac_user
-The `mac_user` resource used when creating a user on Mac systems has been improved to better work with macOS Catalina (10.15). The resource now properly looks up the numeric GID when creating a user, once again supports the `system` property, and includes a new `hidden` property which prevents the user from showing on the login screen. Thanks [@chilcote](https://github.com/chilcote) for these fixes and improvements.
+The `mac_user` resource used when creating a user on Mac systems has been improved to work better with macOS Catalina (10.15). The resource now properly looks up the numeric GID when creating a user, once again supports the `system` property, and includes a new `hidden` property which prevents the user from showing on the login screen. Thanks [@chilcote](https://github.com/chilcote) for these fixes and improvements.
### sysctl