Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-04-10 10:31:58 -07:00
parent b76acd45c8
commit d826f26e92
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ FEATURES:
- Can configure provisioners to run "once" or "always" (defaults to "once"), - Can configure provisioners to run "once" or "always" (defaults to "once"),
so that subsequent `vagrant up` or `reload` calls will always run a so that subsequent `vagrant up` or `reload` calls will always run a
provisioner. [GH-2421] provisioner. [GH-2421]
- Multi-machine environments can specify an "autostart" option (default
to true). `vagrant up` starts all machines that have enabled autostart.
IMPROVEMENTS: IMPROVEMENTS: