diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-09-10 09:34:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-09-10 09:42:05 -0700 |
commit | b1a5a4f7e3eb30d30ebd1c5b9e22b299441350a1 (patch) | |
tree | ffe44bd153815a49ea6ce50c5e9638df459b5d7b /RELEASE_NOTES.md | |
parent | 8a4ae2f9df67e98698b9350232917af402476a9e (diff) | |
download | chef-b1a5a4f7e3eb30d30ebd1c5b9e22b299441350a1.tar.gz |
Add user change to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 182b735e31..ebb3acba6c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -38,7 +38,17 @@ The `ifconfig` resource has been updated to properly support interfaces with a h ### archive_file -The `archive_file` now supports archives in the RAR 5.0 format as well as zip files compressed using xz, lzma, ppmd8 and bzip2 compression. +The `archive_file` resource now supports archives in the RAR 5.0 format as well as zip files compressed using xz, lzma, ppmd8 and bzip2 compression. + +### user + +The `user` resource now allows specifying the `gid` property as a string. For example: + +```ruby +user 'tim' do + gid '123' +end +``` ## Platform Support Updates |