Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-12-03 11:35:25 -08:00
parent 2e199d0889
commit 07e2260296
1 changed files with 2 additions and 0 deletions

View File

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