Update cHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-03-21 22:02:14 -07:00
parent ab19b506bd
commit 8ccdd152b8
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
FEATURES:
- Providers can now parallelize! If they explicitly support it, Vagrant
will run "up" and other commands in parallel. For providers such AWS,
this means that your instances will come up in parallel. VirtualBox
does not support this mode.
- Box downloads are now done via `curl` rather than Ruby's built-in
HTTP library. This results in massive speedups, support for SSL
verification, FTP downloads, and more.