Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-09-15 17:38:26 -07:00
parent 93f2e9ebbb
commit 56efc1862a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ BUG FIXES:
- core: Fix NoMethodError in the new `Vagrant.has_plugin?` method [GH-2189]
- core: Convert forwarded port parameters to integers. [GH-2173]
- core: Don't spike CPU to 100% while waiting for machine to boot. [GH-2163]
- core: Increase timeout for individual SSH connection to 60 seconds. [GH-2163]
- hosts/arch: NFS exporting works properly, no exceptions. [GH-2161]
- hosts/bsd: Use only `sudo` for writing NFS exports. This lets NFS
exports work if you have sudo privs but not `su`. [GH-2191]