From 8ccdd152b88a57d30b86c59435cd03bdec205602 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 21 Mar 2013 22:02:14 -0700 Subject: [PATCH] Update cHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26515c8b..4feb6beab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.