From 3016bcd894d0cf9faca144993fb75ddb04359bd1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 30 Dec 2011 23:40:26 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13931916..927e0ff56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.9.0 (unreleased) + - `config.vm.network` syntax changed so that the first argument is now the type + of argument. Previously where you had `config.vm.network "33.33.33.10"` you + should now put `config.vm.network :hostonly, "33.33.33.10"`. This is in order + to support bridged networking, as well. - `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