Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-24 10:39:12 -07:00
parent 6a5e56f82e
commit b82d3c0990
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ FEATURES:
- Default provider logic improved: Providers in `config.vm.provider` blocks
in your Vagrantfile now have higher priority than plugins. Earlier
providers are chosen before later ones. [GH-3812]
- If the default insecure keypair is used, Vagrant will automatically replace
it with a randomly generated keypair on first `vagrant up`. [GH-2608]
IMPROVEMENTS: