From f46e09362cbf7a8faa9c1e47ee183457fc7bf265 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 18 Jun 2016 15:08:47 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c28f5d1..e54ade007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Next Version (Unreleased) +FEATURES: + + - core: Provide a way to globally disable box update checks with the + environment variable `VAGRANT_BOX_UPDATE_CHECK_DISABLE`. Setting this + to any non-empty value will instruct Vagrant to not look for box updates + when running `vagrant up`. Setting this environment variable has no + effect on the `vagrant box` commands. + +IMPROVEMENTS: + BUG FIXES: - core: Bump listen gem and Ruby version to improve rsync performance