Add missing note about `Vagrant::Environment::VAGRANT_HOME` deprecation to the changelog

This commit is contained in:
Fabio Rehm 2013-04-25 14:34:49 -03:00
parent 52448c97cc
commit 7bdc6ac7e9
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ BACKWARDS INCOMPATIBILITIES:
To work around this, either set `VAGRANT_HOME` to your Cygwin ".vagrant.d"
folder or move your ".vagrant.d" folder to `USERPROFILE`. The latter is
recommended for long-term support.
- The constant `Vagrant::Environment::VAGRANT_HOME` was removed in favor of
`Vagrant::Environment#default_vagrant_home`.
FEATURES: