summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-20 10:22:40 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-20 10:22:40 -0800
commit21ca2a9261cd97e63d856f2d9b066c85bc2c8091 (patch)
treef553586b849f40cd415550087d82b4417c711007
parent35276fd91c5aec8986723504b8a490e5823b770e (diff)
downloadchef-21ca2a9261cd97e63d856f2d9b066c85bc2c8091.tar.gz
add md file for include_recipe '::foo'
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64c35d257b..d1305167c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* chef_gem supports a compile_time flag and will warn if it is not set (behavior will change in the future)
* 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
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):