Update CHANGELOG
This commit is contained in:
parent
d07f0f8dd2
commit
1b9a5339c9
|
@ -1,5 +1,6 @@
|
||||||
## 0.9.0 (unreleased)
|
## 0.9.0 (unreleased)
|
||||||
|
|
||||||
|
- VirtualBox 4.0 support backported in addition to supporting VirtualBox 4.1.
|
||||||
- `config.vm.network` syntax changed so that the first argument is now the type
|
- `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
|
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
|
should now put `config.vm.network :hostonly, "33.33.33.10"`. This is in order
|
||||||
|
|
Loading…
Reference in New Issue