summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-03-07 17:01:03 -0800
committerStuart Preston <stuart@chef.io>2018-03-07 17:01:03 -0800
commite20bbea2f4a4201c3db645f6a2d14c793682e6cc (patch)
tree93e4749f9a61783c3947aba2bb292dd45f8d54dc /RELEASE_NOTES.md
parent4a2edb1c34ad804c54f11a8f84138f809b92be3e (diff)
downloadchef-e20bbea2f4a4201c3db645f6a2d14c793682e6cc.tar.gz
Updating release notes
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 71f1909145..17b014eb57 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,12 @@ _This file holds "in progress" release notes for the current release under devel
# Unreleased
+# Chef Client Release Notes 14.TBC:
+
+## New Windows PowerShell mixin `powershell_exec` added
+
+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`.
+
# Chef Client Release Notes 13.7:
## The `windows_task` Resource should be better behaved