Skip to content

Commit

Permalink
Merge pull request hashicorp#954 from leth/patch-1
Browse files Browse the repository at this point in the history
Reword plugin autoloading message slightly.
  • Loading branch information
mitchellh committed Jun 1, 2012
2 parents 1ef679f + 2ad4910 commit 48ed18a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Expand Up @@ -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]
Expand Down

0 comments on commit 48ed18a

Please sign in to comment.