summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-03-21 13:51:26 +0000
committerGitHub <noreply@github.com>2017-03-21 13:51:26 +0000
commit0b1668d28e7c70b11e8c4a299d01e323056a740a (patch)
tree3dc6f908a1a2344ad50d31c0fceeca8c23d831f1 /RELEASE_NOTES.md
parentecb4139243a08c0c92efc628a3a0ccb1eb12bc8a (diff)
parent36779b5199334cfac56ac56c35862c9552897373 (diff)
downloadchef-0b1668d28e7c70b11e8c4a299d01e323056a740a.tar.gz
Merge branch 'master' into query-sort
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 dfae712000..6c35ae9354 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -113,3 +113,7 @@ The deprecated code has been removed. All providers and resources should now be
### Remove `sort` option for the Search API
This option has been unimplemented on the server side for years, so any use of it has been pointless.
+
+### Remove Chef::ShellOut
+
+This was deprecated and replaced a long time ago with mixlib-shellout and the shell_out mixin.