Update changelog for GH-690

master
Mitchell Hashimoto 2012-01-28 21:50:57 -08:00
parent 4715400761
commit f095939800
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- Fix crashing case when all network options are `:auto_config false`.
[GH-689]
- Type of network adapter can be specified with `:nic_type`. [GH-690]
## 0.9.4 (January 28, 2012)

View File

@ -116,7 +116,6 @@ module Vagrant
if adapter[:nic_type]
args.concat(["--nictype#{adapter[:adapter]}", adapter[:nic_type].to_s])
end
end
execute("modifyvm", @uuid, *args)