Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2012-01-11 22:57:09 -08:00
parent f0b77d2f30
commit 8a17c350ca
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
run. [GH-598] run. [GH-598]
- `vagrant ssh -c` will now send stderr to stderr and stdout to stdout - `vagrant ssh -c` will now send stderr to stderr and stdout to stdout
on the host machine, instead of all output to stdout. on the host machine, instead of all output to stdout.
- `vagrant box add` path now accepts unexpanded shell paths such as
`~/foo` and will properly expand them. [GH-633]
- Vagrant can now be interrupted during the "importing" step. - Vagrant can now be interrupted during the "importing" step.
- NFS exports will no longer be cleared when an expected error occurs. [GH-577] - NFS exports will no longer be cleared when an expected error occurs. [GH-577]