summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:56:13 -0700
committerGitHub <noreply@github.com>2020-04-28 07:56:13 -0700
commite9d291d4b6b6fe08f5f76427a3a6d2cc418985b2 (patch)
tree575bec856a3dcf6ac714a3cd38075854f6a2b113
parent7218c1fc98ca95758da878b8f75374c4bc6a3c1c (diff)
downloadchef-e9d291d4b6b6fe08f5f76427a3a6d2cc418985b2.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 2325308c8f..6e1bd189d2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -315,7 +315,7 @@ This implementation is restrictive and does not support arbitrary Ruby code, hel
### Improved property require behavior
-As noted in the breaking changes above we've improved how the required value is set on custom resource properties in order to give you a more predictable behavior. This new behavior now allows you to specify actions where individual properties are required. This is especially useful when `:create` actions require certain properties that may not be required for a `:remove` type property.
+As noted in the breaking changes above, we improved how the required value is set on custom resource properties, in order to give a more predictable behavior. This new behavior now allows you to specify actions where individual properties are required. This is especially useful when `:create` actions require certain properties that may not be required for a `:remove` type property.
Example required field defining specific actions: