From 2ad4910a368deb4cb8be4dc02156976cb56ae341 Mon Sep 17 00:00:00 2001 From: Marcus Cobden Date: Mon, 28 May 2012 21:20:29 +0200 Subject: [PATCH] Reword plugin autoloading message slightly. --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e72e0f1..5f316980e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ powerful plugins for Vagrant while providing a backwards-compatible API so that plugins will always _load_ (though they will almost certainly not be _functional_ in future versions of Vagrant). - - Plugins no longer "autoload" by simply gem installing them. This increases - Vagrant's initial startup time considerably. To replace this, you must now - explicitly require plugins in the `~/.vagrantrc` file, using - `Vagrant.require_plugin`. + - Plugins installed as gems no longer "autoload". You must now explicitly + require plugins in the `~/.vagrantrc` file, using `Vagrant.require_plugin`. + This decreases Vagrant's initial startup time considerably. - Improve the SSH "ready?" check. [GH-841] - Human friendly error if connection times out for HTTP downloads. [GH-849] - Detect when the VirtualBox installation is incomplete and error. [GH-846]