Update the CHANGELOG with latest backwards incompat changes

This commit is contained in:
Mitchell Hashimoto 2012-01-06 01:05:13 -08:00
parent acaabd5aa3
commit 80ca6e1e7f
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
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
being used.
- `config.ssh.forwarded_port_key` is gone. Vagrant no longer cares about
forwarded port names for any reason. Please use `config.ssh.guest_port`
(more below).
- `config.ssh.forwarded_port_destination` has been replaced by
`config.ssh.guest_port` which more accurately reflects what it is
used for. Vagrant will automatically scan forwarded ports that match the
guest port to find the SSH port.
- Logging. The entire Vagrant source has had logging sprinkled throughout
to make debugging issues easier. To enable logging, set the VAGRANT_LOG
environmental variable to the log level you wish to see. By default,