diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:50:13 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:50:13 -0700 |
commit | a3a67afa67c47f70236b6da451908f08af5ce3dd (patch) | |
tree | 56ed1500a0727afbb82cbc4dd40b0a0a27dbe013 | |
parent | 03e7ffc13fbe9ca0031f366c00002666143352bd (diff) | |
download | chef-a3a67afa67c47f70236b6da451908f08af5ce3dd.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/2203.
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3ebefd32..333663db07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,7 +116,10 @@ Made `knife cookbook create` to display the directory of the cookbook that is being created. * [**Alex Pop**](https://github.com/alexpop): Fixed the information debug output for the configuration file being used when running knife. - +* [**Martin Smith**](https://github.com/martinb3): + Changed `knife cookbook site share` to make category an optional parameter when uploading cookbooks. + It is still required when the cookbook is being uploaded for the first time but on the consequent + uploads existing category of the cookbook will be used. ### Chef Contributions |