summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 08:14:48 -0700
committerGitHub <noreply@github.com>2020-04-28 08:14:48 -0700
commit2148b7d794bead62ed919bd580c3291532f70a47 (patch)
tree7f6730b461d8f61b42031df467cc32bdb392e63a
parent9803acd6ca8801c2b9154a3f58d481d203712d51 (diff)
downloadchef-2148b7d794bead62ed919bd580c3291532f70a47.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 45d30f79c0..56ca4aaa41 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -385,7 +385,7 @@ end
### after_resource
-A new `after_resource` state has been added to resources that allows you to better control the resource state information reported to Chef Automate when a resource converges. If your custom resource uses the `load_current_value` helper then this after state is calculated automatically. If you don't utilize the `load_current_value` helper and would like fine grained control over the state information sent to Automate you can use a new `load_after_resource` helper to load the state of each property for reporting.
+A new `after_resource` state has been added to resources that allows you to better control the resource state information reported to Chef Automate when a resource converges. If your custom resource uses the `load_current_value` helper, then this after state is calculated automatically. If you don't utilize the `load_current_value` helper and would like fine grained control over the state information sent to Chef Automate, you can use a new `load_after_resource` helper to load the state of each property for reporting.
### identity Improvements