Update CHANGELOG

This commit is contained in:
Fabio Rehm 2013-07-18 23:34:47 -03:00
parent 264a220461
commit cf0e302e34
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ IMPROVEMENTS:
- VAGRANT_DOTFILE_PATH environmental variable reintroduces the
functionality removed in 1.1 from "config.dotfile_name" [GH-1524]
- Vagrant will show an error if VirtualBox 4.2.14 is running.
- Added provider to BoxNotFound error message. [GH-1692]
BUG FIXES:
@ -86,7 +87,6 @@ FEATURES:
IMPROVEMENTS:
- Added provider to BoxNotFound error message.
- Setting hostnames works properly on OmniOS. [GH-1672]
- Better VBoxManage error detection on Windows systems. This avoids
some major issues where Vagrant would sometimes "lose" your VM. [GH-1669]