From 7bdc6ac7e9f21c5b4b1e8b69f22a830361a32c64 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 25 Apr 2013 14:34:49 -0300 Subject: [PATCH] Add missing note about `Vagrant::Environment::VAGRANT_HOME` deprecation to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99213d6f8..f5cc22596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: