diff options
author | Claire McQuin <claire@getchef.com> | 2014-05-13 15:19:36 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-05-13 15:26:35 -0700 |
commit | 0f37f11f913c7865165f1e39a97291f382b77888 (patch) | |
tree | c16cfa66423e6ae73845c3bee15befd38ac81c9b /CONTRIBUTIONS.md | |
parent | b04bb6cdf1cf7ca8902a7ff9a6f9d8aaae3fcaf1 (diff) | |
download | chef-0f37f11f913c7865165f1e39a97291f382b77888.tar.gz |
Update for parallel cookbook synchronization.
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r-- | CONTRIBUTIONS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 4b401521d2..892af90134 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -16,3 +16,4 @@ Example Contribution: * **hongbin**: Made bootstrap report authentication exceptions. (CHEF-5161) * **liseki**: Made `freebsd_package` resource use the brand new "pkgng" package manager when available.(CHEF-4637) +* **benesch**: Implemented a threaded download queue for synchronizing cookbooks. (CHEF-4423) |