Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-05-01 10:19:51 -07:00
parent 049e92056b
commit 3ef77d395b
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ FEATURES:
provisioner. [GH-2421]
- Multi-machine environments can specify an "autostart" option (default
to true). `vagrant up` starts all machines that have enabled autostart.
- Vagrant is smarter about choosing a default provider. If
`VAGRANT_DEFAULT_PROVIDER` is set, it still takes priority, but otherwise
Vagrant chooses a "best" provider.
IMPROVEMENTS: