summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-09-11 18:28:56 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-16 12:04:01 -0700
commiteec197da7a3a3c2b03b8c3d9e5a9563445111294 (patch)
treed4e39526e6c540800da6c240f1d25467868d64b8
parentb02e79799fe1e7172d365217096504a824c0cc6b (diff)
downloadchef-eec197da7a3a3c2b03b8c3d9e5a9563445111294.tar.gz
highlight resource names in release notes impacted by sid enhancement
Signed-off-by: mwrock <matt@mattwrock.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 87900ff9a2..82f608721f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -98,7 +98,7 @@ The `windows_firewall_profile` resource was updated to prevent NilClass errors f
### Windows securable resources
-All Windows securable resources now support using SID in addition to user or group name when specifying `owner`, `group`, or `rights` principal. These resources include the template, file, remote_file, cookbook_file, directory, and remote_directory resources. When using a SID, you may use either the standard string representation of a SID (S-R-I-S-S) or one of the [SDDL string constants](https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings).
+All Windows securable resources now support using SID in addition to user or group name when specifying `owner`, `group`, or `rights` principal. These resources include the `template`, `file`, `remote_file`, `cookbook_file`, `directory`, and `remote_directory` resources. When using a SID, you may use either the standard string representation of a SID (S-R-I-S-S) or one of the [SDDL string constants](https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings).
## Ohai Improvements