summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-25 14:07:32 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-25 14:07:32 -0800
commitf2abc6028ed3fa15e473fa545a32c3d3100b6ac5 (patch)
treefc33db88f6117d009e603522da086e1a21521dcb
parent4bb20384f23534c222e9162b10a64ae8416557bd (diff)
downloadchef-f2abc6028ed3fa15e473fa545a32c3d3100b6ac5.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 8e2eae350b..c9c2f504a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,7 @@
* 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`
+* added Chef::Org model class for Chef Organizations in Chef 12 Server
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):