diff options
author | kagarmoe <kgarmoe@chef.io> | 2018-09-17 17:41:06 -0700 |
---|---|---|
committer | kagarmoe <kgarmoe@chef.io> | 2018-09-17 17:41:16 -0700 |
commit | 68d4277d8f80af0429692ac26acfb66acc2696bb (patch) | |
tree | 508ce48d6504f3940f3800398bfe9b1f3433c89d /RELEASE_NOTES.md | |
parent | ae494ba5a6fc395aaace83e0f8dce8bb44fed567 (diff) | |
download | chef-68d4277d8f80af0429692ac26acfb66acc2696bb.tar.gz |
Copy edits
Signed-off-by: kagarmoe <kgarmoe@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37b1dfa184..471ef7c0c9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,21 +4,21 @@ This file holds "in progress" release notes for the current release under develo ## New Resources -The following new previous resources were added to Chef 14.5. Cookbooks with the same resources will continue to take precedent until the Chef 15.0 release +We've added new resources to Chef 14.5. Cookbooks using these resources will continue to take precedent until the Chef 15.0 release ### windows_workgroup -Use the windows_workgroup resource to join or change the workgroup of a Windows host. +Use the `windows_workgroup` resource to join or change a Windows host workgroup. -See [windows_workgroup](https://docs.chef.io/resource_windows_workgroup.html) on the docs site for full usage documentation. +See the [windows_workgroup](https://docs.chef.io/resource_windows_workgroup.html) documentation for more information. Thanks [@derekgroh](https://github.com/derekgroh) for contributing this new resource. ### locale -Use the locale resource to set the system's locale. +Use the `locale` resource to set the system's locale. -See [locale](https://docs.chef.io/resource_locale.html) on the docs site for full usage documentation. +See the [locale](https://docs.chef.io/resource_locale.html) documentation for more information. Thanks [@vincentaubert](https://github.com/vincentaubert) for contributing this new resource. @@ -26,7 +26,7 @@ Thanks [@vincentaubert](https://github.com/vincentaubert) for contributing this ### windows_ad_join -windows_ad_join now includes a new `new_hostnname` property for setting the hostname for the node upon joining the domain. +`windows_ad_join` now includes a `new_hostnname` property for setting the hostname for the node upon joining the domain. Thanks [@derekgroh](https://github.com/derekgroh) for contributing this new property. |