Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-09-15 16:39:54 -07:00
parent 288b6a06ae
commit a36f06f28f
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ BUG FIXES:
- hosts/arch: NFS exporting works properly, no exceptions. [GH-2161]
- hosts/fedora: Fix host detection encoding issues. [GH-1977]
- hosts/linux: Fix NFS export problems with `no_subtree_check`. [GH-2156]
- providers/virtualbox: Fix an issue where destroy middlewares weren't
being properly called. [GH-2200]
## 1.3.1 (September 6, 2013)

View File

@ -14,6 +14,7 @@ module VagrantPlugins
@logger.info("Destroying unused network interfaces...")
env[:machine].provider.driver.delete_unused_host_only_networks
end
@app.call(env)
end
end