summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Danna <steve@chef.io>2015-02-12 14:17:43 +0000
committerSteven Danna <steve@chef.io>2015-02-12 14:17:43 +0000
commit0f355c27f5c7f964e1dccad30bbaddb0025e2d76 (patch)
treee9ff5e10969074be64a6f9de134fd56784ccf1fd
parent3743da85e48f2fc57e48ed62c014c1070bb69f38 (diff)
parent93d9686d04bc09c58ed1adc3e7744a011e3a7175 (diff)
downloadchef-0f355c27f5c7f964e1dccad30bbaddb0025e2d76.tar.gz
Merge pull request #2901 from chef/juliandunn/changelog-clone-warning
Improve changelog note about CHEF-3694 warnings
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8c56dc082..6474c99009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -66,7 +66,7 @@
* Audit mode feature added - see the RELEASE_NOTES for details
* shell_out now sets `LANGUAGE` and `LANG` to the `Chef::Config[:internal_locale]` in addition to `LC_ALL` forcing
* 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
+* suppress CHEF-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`