Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2012-02-06 22:43:38 -05:00
parent 13fddfa6f9
commit 2fdc2f314c
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
- `vagrant ssh` does a direct `exec()` syscall now instead of going through - `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 the shell. This makes it so things like shell expansion oddities no longer
cause problems. [GH-715] 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) ## 0.9.5 (February 5, 2012)