diff options
author | nimisha <nimisha.sharad@msystechnologies.com> | 2017-08-24 12:18:55 +0530 |
---|---|---|
committer | nimisha <nimisha.sharad@msystechnologies.com> | 2017-08-24 12:18:55 +0530 |
commit | 913a67da9d53377fea841479a551a7ee255f8438 (patch) | |
tree | 8e09951570c0678092bb7893abe6a9288ca6d6b8 /RELEASE_NOTES.md | |
parent | b4427a11ab1aba6c51a1d6e14be09b14c7c1ee3e (diff) | |
download | chef-913a67da9d53377fea841479a551a7ee255f8438.tar.gz |
Added windows_path details in Unreleased section
Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5b3e6ff6d6..8f6cc3b05f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,10 @@ _This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes._ -# Chef Client Release Notes 13.3: +# Unreleased: ## windows_path resource -`windows_path` resource has been moved to core chef from windows cookbook. Use the `windows_path` resource to manage path environment key in Microsoft Windows. +`windows_path` resource has been moved to core chef from windows cookbook. Use the `windows_path` resource to manage the path environment variable on Microsoft Windows. ### Actions @@ -33,6 +33,8 @@ windows_path 'C:\7-Zip' do end ``` +# Chef Client Release Notes 13.3: + ## Unprivileged Symlink Creation on Windows Chef can now create symlinks without privilege escalation, which allows for the creation of symlinks on Windows 10 Creator Update. |