Update CHANGELOG

This commit is contained in:
Seth Vargo 2016-06-18 15:08:47 -04:00
parent 8561a12f61
commit f46e09362c
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 10 additions and 0 deletions

View File

@ -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