summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-23 16:26:46 -0700
committerGitHub <noreply@github.com>2020-07-23 16:26:46 -0700
commitbe1027c3a0a2d62c3f8edf4b5139504ad34cba8e (patch)
tree1922ca924471bf14007cebc097dfe295bdb23e07
parent99fa98e244f92fa5e145d0dd41c9c4335d0675a0 (diff)
downloadchef-be1027c3a0a2d62c3f8edf4b5139504ad34cba8e.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 f105640699..361ceba7e1 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -59,7 +59,7 @@ The `macos_user_defaults` has received a ground-up refactoring with new actions,
- Replaced the existing non-functional `global` property with a new default for the `domain` property. To set a key/value pair 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 accept 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. We will be shipping a Cookstyle rule to detect and correct these values in the future.
- Added a new `delete` action to allow users to remove a key from a domain.
-- Added a new host property that lets you set per-host values. If you set this to :current it sets the -currentHost flag.
+- Added a new `host` property that lets you set per-host values. If you set this to `:current` it sets the -currentHost flag.
### windows_dns_record