update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-10-23 19:04:41 -07:00
parent 7108462817
commit a998e0c3b8
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
FEATURES:
- **Named provisioners**: Provisioners can now be named. This name is used
for output as well as `--provision-with` for better control.
- 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]