summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:49:37 -0700
committerGitHub <noreply@github.com>2020-04-28 07:49:37 -0700
commit12cd742f00cc9e6cf7591174e5fdd7510076d3e8 (patch)
tree7cc7899b11813d025ab36a21286e5179a16c2203
parentc7a03ea5f5d327e7397b06a956dc5900441a6566 (diff)
downloadchef-12cd742f00cc9e6cf7591174e5fdd7510076d3e8.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 10ad141415..80924d5286 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,7 +6,7 @@ This file holds "in progress" release notes for the current release under develo
### Log Resource Notification Behavior
-The log resource in a recipe or resource will no longer trigger notifications by default. This allows authors to more liberally use log resources without impacting the updated resources count or impacting reporting to Automate. This change will impact users that used the log resource to aggregate notifications from other resources so they could limit the number of times a notification would fire. If you used the log resource to aggregate multiple notifications, you should convert to using the notify group resource which was introduced in Chef Infra Client 15.8.
+The `log` resource in a recipe or resource will no longer trigger notifications by default. This allows authors to more liberally use `log` resources without impacting the updated resources count or impacting reporting to Chef Automate. This change will impact users that used the `log` resource to aggregate notifications from other resources, so they could limit the number of times a notification would fire. If you used the `log` resource to aggregate multiple notifications, you should convert to using the `notify group` resource, which was introduced in Chef Infra Client 15.8.
Example of notification aggregation with log resource: