diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 14:32:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 14:32:23 -0700 |
commit | 164eab05592ab76124e3e01d9485ad88692f7bf1 (patch) | |
tree | 221462e43a423bfc2d4539a98f93cc24b237517a /RELEASE_NOTES.md | |
parent | 98267a4f7bdb1b7608bc32c1ba64f66c789f5d04 (diff) | |
download | chef-164eab05592ab76124e3e01d9485ad88692f7bf1.tar.gz |
Revert "remove http_request hard coded query string"
This reverts commit 98267a4f7bdb1b7608bc32c1ba64f66c789f5d04.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b1da138bd8..c3b78c9f86 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,5 @@ # Chef Client Release Notes: -## http_request resource no longer appends query string - -Previously the http_request GET and HEAD requests appended a hard-coded "?message=resource_name" -query parameter that could not be overridden. That feature has been dropped. Cookbooks that -actually relied on that should manually add the message query string to the URL they pass to -the resource. - ## Added Chef::Mixin::ShellOut methods to Recipe DSL Added the ability to use shell_out, shell_out! and shell_out_with_systems_locale in the Recipe |