summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-07 10:04:18 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-07 10:04:18 -0800
commitd12f5530df65a3a53d1e1e568ace0e49ffcf195f (patch)
tree425948872d45d154e5b4aecf7efa2d331073a188
parent7b0ec41b478c757522cb9c16aa061955bdf746bd (diff)
downloadchef-d12f5530df65a3a53d1e1e568ace0e49ffcf195f.tar.gz
update RELNOTES
no longer dropping the Array syntax it was being used. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e3db657ceb..db8732c32b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -49,7 +49,7 @@ PolicyFile users on Chef-13 should be using Chef Server 12.3 or higher.
The remediation is removing the self-dependency `depends` line in the metadata.
-### Removed `supports` API from Chef::Resource, removed setting as array
+### Removed `supports` API from Chef::Resource
Retained only for the service resource (where it makes some sense) and for the mount resource.