diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-28 08:14:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 08:14:48 -0700 |
commit | 2148b7d794bead62ed919bd580c3291532f70a47 (patch) | |
tree | 7f6730b461d8f61b42031df467cc32bdb392e63a /RELEASE_NOTES.md | |
parent | 9803acd6ca8801c2b9154a3f58d481d203712d51 (diff) | |
download | chef-2148b7d794bead62ed919bd580c3291532f70a47.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 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 |