Update CHANGELOG

This commit is contained in:
Chris Roberts 2017-04-04 12:57:53 -07:00
parent d7132b79c6
commit 147b7e3275
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ IMPROVEMENTS:
- core/bundler: Warn when plugin require fails instead of generating hard failure [GH-8400, GH-8392]
- provider/docker: Improve IP and port detection [GH-7840, GH-7651]
- provider/docker: Do not force docker host VM on Darwin or Windows [GH-8437, GH-7895]
- provisioners/ansible_local: Add `pip_args` option to define additional parameters when installing Ansible via pip [GH-8170, GH-8405]
- provisioners/ansible_local: Add `:pip_args_only` install mode to allow full custom pip installations [GH-8405]