summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimberly Garmoe <kgarmoe@chef.io>2019-02-11 09:40:45 -0800
committerGitHub <noreply@github.com>2019-02-11 09:40:45 -0800
commit950e5cd44f6b6101cbbaed80349fdcb6a50075db (patch)
tree602307040159da89b08ab7e19a4e3d91892859f2
parent34c656f3d10585b85f89d462d8f0dac904157c6a (diff)
downloadchef-950e5cd44f6b6101cbbaed80349fdcb6a50075db.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: tas50 <tsmith@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 09db19fdc6..87523f3531 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,7 +8,7 @@ Chef 15 release notes will be added here as development progresses.
### powershell_script now allows overriding the default flags
-powershell_script uses a predefined set of flags that are used when executing the provided PowerShell script. Previously the defaults were appended to any user provided flags. This prevented the user provided flags from overriding the defaults. We now append the user flags to the defaults, which allows them to override default values. This is the correct behavior, but it may cause scripts to execute differently than they did in prevous Chef releases.
+We now append `powershell_script` user flags to the default flags, rather than the other way around, making user flags override the defaults. This is the correct behavior, but it may cause scripts to execute differently than in previous Chef releases.
### Chef packages now remove /opt/chef before installation