diff options
author | Tim Smith <tsmith@chef.io> | 2019-10-15 09:06:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 09:06:19 -0700 |
commit | c328418171d7f8c5a6946ed34135bab4177a8a77 (patch) | |
tree | 8d7243e3dcd85ebee2a1d3a3c4b6091032588a48 /RELEASE_NOTES.md | |
parent | 7c717742ba230417bba037f07429ea84c5119408 (diff) | |
download | chef-c328418171d7f8c5a6946ed34135bab4177a8a77.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
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 0602295304..5d61a0a05e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ This file holds "in progress" release notes for the current release under develo ## converge_if_changed Improvements -Chef Infra Client will now take into account any `default` values specified in custom resources when making converge determinations with the `converge_if_changed` helper. Previously default values would be ignored which caused necessary changes to be skipped. Note: This may cause behavior changes for some users, but we believe this change is an impacting bug for enough users to make it outside of a major release. Thanks [@ jakauppila](https://github.com/jakauppila) for reporting this. +Chef Infra Client will now take into account any `default` values specified in custom resources when making converge determinations with the `converge_if_changed` helper. Previously, default values would be ignored, which caused necessary changes to be skipped. Note: This change may cause behavior changes for some users, but we believe this original behavior is an impacting bug for enough users to make it outside of a major release. Thanks [@ jakauppila](https://github.com/jakauppila) for reporting this. ## Bootstrap Improvements |