diff options
author | Julian C. Dunn <jdunn@aquezada.com> | 2015-02-12 08:12:18 -0500 |
---|---|---|
committer | Julian C. Dunn <jdunn@aquezada.com> | 2015-02-12 08:12:18 -0500 |
commit | 93d9686d04bc09c58ed1adc3e7744a011e3a7175 (patch) | |
tree | e9ff5e10969074be64a6f9de134fd56784ccf1fd /CHANGELOG.md | |
parent | 3743da85e48f2fc57e48ed62c014c1070bb69f38 (diff) | |
download | chef-93d9686d04bc09c58ed1adc3e7744a011e3a7175.tar.gz |
improve changelog note about CHEF-3694 warningsjuliandunn/changelog-clone-warning
The way this reads now makes it sound like there are 3000+ warnings produced for cloning.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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` |