Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2012-01-08 19:52:24 -08:00
parent 4e426249ed
commit d79f5d8d6f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
- `config.vm.forward_port` no longer requires a name parameter.
- Bridged networking. `config.vm.network` with `:bridged` as the option will
setup a bridged network.
- Host only networks can be configured with DHCP now. Specify `:dhcp` as
the IP and it will be done.
- `config.vm.customize` now takes a command to send to `VBoxManage`, so any
arbitrary command can be sent. The older style of passing a block no longer
works and Vagrant will give a proper error message if it notices this old-style