From 80ca6e1e7f1cd8776c92a4f9553015a2239d976d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 6 Jan 2012 01:05:13 -0800 Subject: [PATCH] Update the CHANGELOG with latest backwards incompat changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02dea2804..64b989481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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,