diff options
author | Bryan McLellan <btm@getchef.com> | 2014-06-05 13:42:08 -0700 |
---|---|---|
committer | Bryan McLellan <btm@getchef.com> | 2014-06-05 13:42:08 -0700 |
commit | e7273d0b27c25ac218c968c1abf0bf5d332420c9 (patch) | |
tree | 40d6b557bc002053b478a9819bd5cd4b7d9b7bd2 /CHANGELOG.md | |
parent | 02f5756a667f67d615014746c649883eabd891b3 (diff) | |
download | chef-e7273d0b27c25ac218c968c1abf0bf5d332420c9.tar.gz |
Release notes for CHEF-5113, CHEF-5152, CHEF-5174, CHEF-5228
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cbeb7ee2..000e223290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,14 @@ manager when available.(CHEF-4637) * [**Nikhil Benesch**](https://github.com/benesch): Implemented a threaded download queue for synchronizing cookbooks. (CHEF-4423) +* [**Chulki Lee**](https://github.com/chulkilee): + Raise an error when source is accidently passed to apt_package (CHEF-5113) +* [**Cam Cope**](https://github.com/ccope): + Add an open_timeout when opening an http connection (CHEF-5152) +* [**Sander van Harmelen**](https://github.com/svanharmelen): + Allow environment variables set on Windows to be used immediately (CHEF-5174) +* [**Luke Amdor**](https://github.com/rubbish): + Add an option to configure the chef-zero port (CHEF-5228) * Cleaned up mount provider superclass * Added "knife serve" to bring up local mode as a server |