Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 9, 2012
1 parent 4e42624 commit d79f5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d79f5d8

Please sign in to comment.