summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-20 18:49:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-20 18:49:32 -0700
commit7c36621bbf3b029ee694b0e8ecd9f7dad477bb9d (patch)
tree960449ecadb6f3361814b46ff2929224999276b2
parent4482689c53b5482b90b90a4b3586ed0c5a44a0fc (diff)
downloadchef-lcg/remove-chef-shell-out.tar.gz
add RELEASE_NOTES for Chef::ShellOut removallcg/remove-chef-shell-out
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5fde487091..c7a541d284 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -110,3 +110,7 @@ will give you an experience consistent with `chef-solo --legacy-mode`.
The deprecated code has been removed. All providers and resources should now be using Chef >= 12.0 `provides` syntax.
+### Remove Chef::ShellOut
+
+This was deprecated and replaced a long time ago with mixlib-shellout and the shell_out mixin.
+