Merge pull request #954 from leth/patch-1
Reword plugin autoloading message slightly.
This commit is contained in:
commit
48ed18a385
|
@ -5,10 +5,9 @@
|
||||||
powerful plugins for Vagrant while providing a backwards-compatible API
|
powerful plugins for Vagrant while providing a backwards-compatible API
|
||||||
so that plugins will always _load_ (though they will almost certainly
|
so that plugins will always _load_ (though they will almost certainly
|
||||||
not be _functional_ in future versions of Vagrant).
|
not be _functional_ in future versions of Vagrant).
|
||||||
- Plugins no longer "autoload" by simply gem installing them. This increases
|
- Plugins installed as gems no longer "autoload". You must now explicitly
|
||||||
Vagrant's initial startup time considerably. To replace this, you must now
|
require plugins in the `~/.vagrantrc` file, using `Vagrant.require_plugin`.
|
||||||
explicitly require plugins in the `~/.vagrantrc` file, using
|
This decreases Vagrant's initial startup time considerably.
|
||||||
`Vagrant.require_plugin`.
|
|
||||||
- Improve the SSH "ready?" check. [GH-841]
|
- Improve the SSH "ready?" check. [GH-841]
|
||||||
- Human friendly error if connection times out for HTTP downloads. [GH-849]
|
- Human friendly error if connection times out for HTTP downloads. [GH-849]
|
||||||
- Detect when the VirtualBox installation is incomplete and error. [GH-846]
|
- Detect when the VirtualBox installation is incomplete and error. [GH-846]
|
||||||
|
|
Loading…
Reference in New Issue