Update changelog for GH-690
This commit is contained in:
parent
4715400761
commit
f095939800
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- Fix crashing case when all network options are `:auto_config false`.
|
- Fix crashing case when all network options are `:auto_config false`.
|
||||||
[GH-689]
|
[GH-689]
|
||||||
|
- Type of network adapter can be specified with `:nic_type`. [GH-690]
|
||||||
|
|
||||||
## 0.9.4 (January 28, 2012)
|
## 0.9.4 (January 28, 2012)
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,6 @@ module Vagrant
|
||||||
if adapter[:nic_type]
|
if adapter[:nic_type]
|
||||||
args.concat(["--nictype#{adapter[:adapter]}", adapter[:nic_type].to_s])
|
args.concat(["--nictype#{adapter[:adapter]}", adapter[:nic_type].to_s])
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
execute("modifyvm", @uuid, *args)
|
execute("modifyvm", @uuid, *args)
|
||||||
|
|
Loading…
Reference in New Issue