diff options
author | mjingle <mjingle@users.noreply.github.com> | 2019-01-24 08:39:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 08:39:04 -0800 |
commit | 70ea14b275d654a21f603b95da75ea37d0163562 (patch) | |
tree | 93fa80839cb24f80c037e782f7a9886df5902a81 | |
parent | 9c76e14e26e8163e511dd5dc64473d7a9ed6a77a (diff) | |
download | chef-70ea14b275d654a21f603b95da75ea37d0163562.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: tas50 <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 80e86b5a5a..ba7e33f782 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ On Windows hosts, the group resource now supports setting the comment field via ### homebrew_cask -Two issues that caused homebrew_cask to converge on each Chef run have been resolved. Thanks [@jeroenj](https://github.com/jeroenj) for this fix. Additionally the resource will no longer fail if the `cask_name` property is specified. +Two issues, which caused homebrew_cask to converge on each Chef run, have been resolved. Thanks [@jeroenj](https://github.com/jeroenj) for this fix. Additionally, the resource will no longer fail if the `cask_name` property is specified. ### homebrew_tap |