Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-12-03 12:15:57 -08:00
parent d9dc2d6cfd
commit 61b622994e
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ BUG FIXES:
- core: provisoining will properly happen if `up` failed. [GH-2488]
- guests/freebsd: Mounting NFS folders works. [GH-2400]
- guests/freebsd: Uses `sh` by default for shell. [GH-2485]
- guests/linux: upstart events listening for `vagrant-mounted` won't
wait for jobs to complete, fixing issues with blocking during
vagrant up [GH-2564]
- guests/redhat: `DHCP_HOSTNAME` is set to the hostname, not the FQDN. [GH-2441]
- guests/redhat: Down interface before messing up configuration file
for networking. [GH-1577]