summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-25 13:27:52 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-25 13:27:52 -0800
commitfa92e55c8c6c9ca5e72b91b1f3b996068c5281e7 (patch)
treeedd23cb1045b3da3666a3531a84e1636763ed14c
parentb4fb60423d51e87303808a55f7a90bf8b86b9b94 (diff)
downloadchef-fa92e55c8c6c9ca5e72b91b1f3b996068c5281e7.tar.gz
add md file
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc6bab12cc..8e2eae350b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,7 @@
* suppress 3694 warnings on the most trivial resource cloning
* fixed bugs in the deep_merge_cache logic introduced in 12.0.0 around `node['foo']` vs `node[:foo]` vs. `node.foo`
* add `include_recipe "::recipe"` sugar to reference a recipe in the current cookbook
+* Add --proxy-auth option to `knife raw`
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):