summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-03-08 10:58:41 -0800
committerStuart Preston <stuart@chef.io>2018-03-08 10:58:41 -0800
commite3bbbb4cbe7f8d0a6f15416f4b9bf86e3ea83dbb (patch)
tree151797dae1d3d9ca6ebc59dc3e0c741c836af62e
parentc0f1b675b3e488d117709112489461dfde9a4860 (diff)
downloadchef-e3bbbb4cbe7f8d0a6f15416f4b9bf86e3ea83dbb.tar.gz
Minor mod to Release Notes to trigger CI
Signed-off-by: Stuart Preston <stuart@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 17b014eb57..15e95c736a 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 devel
# Chef Client Release Notes 14.TBC:
-## New Windows PowerShell mixin `powershell_exec` added
+## New Windows PowerShell mixin `powershell_exec`
Since our supported Windows platforms can all run .NET Framework 4.0 and PowerShell 4.0 we have taken time to add a new interop that will allow faster and safer interactions with the system PowerShell. You will be able to use the `powershell_exec` mixin in most places where you would have previously used `powershell_out`.