summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-14 11:33:12 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-14 11:33:12 -0700
commit2eca5588b5b4ed9150d0b0e3e20f3d1181c8b296 (patch)
treea804a76f55b8445ec705aea91570be9b17c8bded
parentf42b567e25bc16f827c85498823f90f3c3afcb6d (diff)
downloadchef-2eca5588b5b4ed9150d0b0e3e20f3d1181c8b296.tar.gz
add notes on bugfixes to CHANGELOG
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d71e70627b..453c1af328 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@
Remove the unused StreamingCookbookUploader class (CHEF-4586)
+* http_proxy and related config vars no longer clobber already set ENV vars
+* all http_proxy configs now set lowercase + uppercase versions of ENV vars
+* https_proxy/ftp_proxy support setting `http://` URLs (and whatever mix and match makes sense)
* log resource now marks itself as supporting why-run
* http_request no longer appends "?message=" query string to GET and HEAD requests
* added shell_out commands directly to the recipe DSL