summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-23 16:26:13 -0700
committerGitHub <noreply@github.com>2020-07-23 16:26:13 -0700
commit7b8d91689efa7bd1db5c2b05f5d9566d5607e839 (patch)
tree4b268b3f868296251bb3a914ae837a88aab19575
parent467248ac46f79500c46220e273f9e840bfe5acb3 (diff)
downloadchef-7b8d91689efa7bd1db5c2b05f5d9566d5607e839.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 4a9a6bca57..46632bfbc2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -54,7 +54,7 @@ The `macos_user_defaults` has received a ground-up refactoring with new actions,
- Improved idempotency by properly loading the current state of domains.
- Improved how we set `dict` and `array` type data.
-- Improved logging to show the existing key/value pair that are being changed and improved the property state data we send to handlers and/or Chef Automate.
+- Improved logging to show the existing key/value pair that is changed, and improved the property state data that the resource sends to handlers and/or Chef Automate.
- Fixed a failure when setting keys or values that included a space.
- Replaced the existing non-functional `global` property with a new default for the `domain` property. To set a key/value on the `NSGlobalDomain` domain you can either set that value explicitly or just skip `domain` property entirely and Chef Infra Client will default to `NSGlobalDomain`. The existing property has been marked as deprecated and we will ship a Cookstyle rule to detect cookbooks using this property in the future.
- Fixed the type property to only accepts valid inputs. Previously typos or otherwise incorrect values would just be ignored, resulting in unexpected behavior. This may cause failures in your codebase if you previously used incorrect values, and we will be shipping a Cookstyle rule to detect and correct these values in the future.