mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Update CHANGELOG
This commit is contained in:
parent
2e199d0889
commit
07e2260296
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ FEATURES:
|
|||
syncing folders to be added as plugins to Vagrant.
|
||||
- The `Vagrant.require_version` function can be used at the top of a Vagrantfile
|
||||
to enforce a minimum/maximum Vagrant version.
|
||||
- Adding boxes via `vagrant box add` and the Vagrantfile both support
|
||||
providing checksums of the box files.
|
||||
- The `--debug` flag can be specified on any command now to get debug-level
|
||||
log output to ease reporting bugs.
|
||||
- You can now specify a memory using `vb.memory` setting with VirtualBox.
|
||||
|
|
|
|||
Loading…
Reference in a new issue