update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-07-09 14:05:30 -06:00
parent 300b9c9109
commit e9d8fa5f1c
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ BUG FIXES:
- provisioners/docker: Use https for repo [GH-5749]
- provisioners/docker: `apt-get update` before installing linux kernel
images to get the correct version [GH-5860]
- provisioners/chef: Fix shared folders missing error [GH-5199]
- provisioners/chef: Use `command -v` to check for binary instead of
`which` since that doesn't exist on some systems. [GH-5170]
- provisioners/chef-zero: support more chef-zero/local mode attributes [GH-5339]