summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-26 15:53:22 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-28 11:19:49 -0800
commit80547d21f52630d65a321975a6b9d19d9f2f49f4 (patch)
tree7e21d9e64025caa17325a5758b6570afa36044d6 /RELEASE_NOTES.md
parentf539a7f985c9c7f92b6197b883d8f6c201cf70e8 (diff)
downloadchef-80547d21f52630d65a321975a6b9d19d9f2f49f4.tar.gz
Chef-13: Remove supports API from all user providers
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 973c6686ac..6dd5c6edc5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -28,3 +28,7 @@ The `compile_time true` flag may still be used to force compile time.
In order to for community cookbooks to behave consistently across all users this optional flag has been removed.
+### The `supports[:manage_home]` and `supports[:non_unique]` API has been removed from all user providers
+
+The remediation is to set the manage_home and non_unique properties directly.
+