diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-02-03 15:30:19 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-02-03 15:30:19 -0800 |
commit | 5a79e04a51fee05fb54ba9af1a37ce69c0e5d352 (patch) | |
tree | d6be84fb56446e656d63c14ef342d058a51666a8 /CHANGELOG.md | |
parent | 3a87159beb91315401a3b88ea847ae6821e0ab88 (diff) | |
download | chef-5a79e04a51fee05fb54ba9af1a37ce69c0e5d352.tar.gz |
add md file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a96ec8d28..27aa534125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ * `powershell_script` should now correctly get the exit code for scripts that it runs. See [Issue 2348](https://github.com/chef/chef/issues/2348) * Useradd functional tests fail randomly * Add comments to trusted_certs_content +* fixes a bug where providers would not get defined if a top-level ruby constant with the same name was already defined (ark cookbook, chrome cookbook) ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |