diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3663487..3fe380c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - `vagrant ssh` does a direct `exec()` syscall now instead of going through the shell. This makes it so things like shell expansion oddities no longer cause problems. [GH-715] + - `vagrant gem` should now be used to install Vagrant plugins that are + gems. This installs the gems to a private gem folder that Vagrant adds + to its own load path. This isolates Vagrant-related gems from system + gems. + - Plugin loading no longer happens right when Vagrant is loaded, but when + a Vagrant environment is loaded. I don't anticipate this causing any + problems but it is a backwards incompatible change should a plugin + depend on this (but I don't see any reason why they would). ## 0.9.5 (February 5, 2012)