diff options
author | Tim Smith <tsmith@chef.io> | 2019-09-11 12:49:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 12:49:21 -0700 |
commit | ced9319c8d1eb323fe78f948028b838b6d4b62f6 (patch) | |
tree | 5e6eb13dda1110515004729b7402d2641f6d05d7 /RELEASE_NOTES.md | |
parent | 8665d2200e52710f97316b26ce987ce885da1eaa (diff) | |
download | chef-ced9319c8d1eb323fe78f948028b838b6d4b62f6.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-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 de184b5e41..f34e9d2562 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -58,7 +58,7 @@ The `user` resource now supports the creation of users on macOS 10.14 and 10.15 The `password` property is now set to sensitive to prevent the password from being shown in debug or failure logs. -#### gid property can now be a String +#### gid property can now be a string The `gid` property now allowed specifying the user's gid as a string. For example: |