Update CHANGELOG
This commit is contained in:
parent
8561a12f61
commit
f46e09362c
10
CHANGELOG.md
10
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
|
||||
|
|
Loading…
Reference in New Issue