diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-17 11:29:47 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-17 11:29:47 -0700 |
commit | e5c34489437ec35cce8fbab26f0cc1e30b790941 (patch) | |
tree | a116e81a3f3874ca660808d213a637e476d3f274 | |
parent | b860bbd5558974925c3850f16778ee687889e771 (diff) | |
download | chef-e5c34489437ec35cce8fbab26f0cc1e30b790941.tar.gz |
Fix heading in release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 b844ea96fe..763a581331 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -66,7 +66,7 @@ The `homebrew_update` resource is used to update the available package cache for ## Resource Updates -## All resources now include umask property +### All resources now include umask property All resources, including custom resources, now have a `umask` property which allows you to specify a umask for file creation. If not specified the system default will continue to be used. |