diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-27 12:34:43 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-27 12:34:43 -0800 |
commit | bfc3c5c9ae3bc6038c93bbe5bcc3eede29d18212 (patch) | |
tree | 6f474e0f802a147925217d0fbe6ce97a2a86b9cb /CHANGELOG.md | |
parent | f48b141399260f787c77efa67ef4f558a89b7545 (diff) | |
download | chef-bfc3c5c9ae3bc6038c93bbe5bcc3eede29d18212.tar.gz |
add md files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c204d6b365..08d28b59ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,16 @@ add ability to fetch recipes like in chef-solo when using local-mode * [**Jan**](https://github.com/habermann24) FIX data_bag_item.rb:161: warning: circular argument reference - data_bag +* [**David Radcliffe**](https://github.com/dwradcliffe) + add banner for knife serve command +* [**Yukihiko Sawanobori**](https://github.com/sawanoboly) + use Chef::JSONCompat.parse for file_contents +* [**Xabier de Zuazo**] (https://github.com/zuazo) + Remove some simple Ruby 1.8 and 1.9 code +* [**Xabier de Zuazo**] (https://github.com/zuazo) + Remove all RSpec test filters related to Ruby 1.8 and 1.9 +* [**Xabier de Zuazo**] (https://github.com/zuazo) + Fix knife cookbook upload messages ### Chef Contributions * ruby 1.9.3 support is dropped @@ -53,6 +63,8 @@ * Add --proxy-auth option to `knife raw` * added Chef::Org model class for Chef Organizations in Chef 12 Server * `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 ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |