diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-28 07:49:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 07:49:59 -0700 |
commit | 98b5ec6916825124d868beb537d7f0d916e9d349 (patch) | |
tree | 9553290a630e98a0e64f9a2bc979cfd533facec9 /RELEASE_NOTES.md | |
parent | 07432202045ced22887be88547eed687f60a5097 (diff) | |
download | chef-98b5ec6916825124d868beb537d7f0d916e9d349.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjinglewski@chef.io>
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 ef17375a1e..cd65f348d6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -44,7 +44,7 @@ notify_group 'Aggregate notifications using a single notify_group resource' do end ``` -The `ChefDeprecations/LogResourceNotifications` cop in Cookstyle 6.0 and later detects using the log resource for notifications in cookbooks. +The `ChefDeprecations/LogResourceNotifications` cop in Cookstyle 6.0 and later detects using the `log` resource for notifications in cookbooks. To restore the previous behavior, set `count_log_resource_updates true` in your `client.rb`. |