summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-04-01 19:27:44 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-04-01 19:28:14 -0700
commit40b8dbcc1be0454873b79b04537baa074c221361 (patch)
treeba2400ef969bfbf6851ecaabb545187415f77bc7
parentb6b747b18827e4b2130de657282671a6005c23fd (diff)
downloadchef-40b8dbcc1be0454873b79b04537baa074c221361.tar.gz
Note final removal of run_command API in RELEASE_NOTES
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 81fa6c6e05..41f526dfab 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -178,3 +178,7 @@ built. The end result is that the above resource will be named `some_resource[n
the name (*not* the `name_property`, but actually renaming the resource) is very uncommon. The fix is to simply name the resource correctly in
the first place (`some_resource "name_two" do ...`)
+### Removal of run_command and popen4 APIs
+
+All the APIs in chef/mixlib/command have been removed. They were deprecated by mixlib-shellout and the shell_out mixin API.
+