summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-29 10:29:19 -0700
committerGitHub <noreply@github.com>2020-07-29 10:29:19 -0700
commit362528c7eaeeba2e9f7e7d48eb917d5cc34b7f21 (patch)
tree71d0d381520cf940f9f1e34ff168c8a413da709d
parent708e0ccd3d0d6066870a3864eeda7da645919f93 (diff)
downloadchef-362528c7eaeeba2e9f7e7d48eb917d5cc34b7f21.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 86565c5691..a78ce2e7cb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -21,7 +21,7 @@ Chef InSpec has been updated from 4.20.6 to 4.22.1. This new release includes th
## New Deprecations
-Chef Infra Client will now report a deprecation error when it encounters resources that use `resource_name` without also using `provides`. Chef Infra Client 16.2 and later require `provides` to be used when assigning a name to a custom resource. In order to prepare for Chef Infra Client 16 make sure to include both `resource_name` and `provides` in resources when specifying a custom name.
+Chef Infra Client 16.2 and later require `provides` when assigning a name to a custom resource. In order to prepare for Chef Infra Client 16, make sure to include both `resource_name` and `provides` in resources when specifying a custom name.
# What's New In 15.12