diff options
author | Tim Smith <tsmith@chef.io> | 2017-01-05 12:55:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 12:55:12 -0800 |
commit | 8d472a9cfb4e32d2f996b08321a716068ecad912 (patch) | |
tree | 724da805ab6b3b0a52b144f83f48e638089a2f14 | |
parent | f5485214aab01573b175d607ff528edf9e16c085 (diff) | |
download | chef-dep.tar.gz |
Add run_command deprecation to the release notesdep
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6d60f16065..ad0ce2626a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,9 +18,14 @@ _This file holds "in progress" release notes for the current release under devel ## New deprecations introduced in this release: -### Chef Platform Methods +### Chef Platform Helper Methods - **Deprecation ID**: 13 - **Remediation Docs**: <https://docs.chef.io/chef_platform_methods.html> - **Expected Removal**: Chef 13 (April 2017) +### run_command Helper Method + +- **Deprecation ID**: 14 +- **Remediation Docs**: <https://docs.chef.io/run_command.html> +- **Expected Removal**: Chef 13 (April 2017) |