Merge pull request #5735 from chrisbaldauf/patch-1

Update CHANGELOG.md
This commit is contained in:
Seth Vargo 2015-05-30 12:10:11 -07:00
commit 22eacd3f23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ IMPROVEMENTS:
- core: `has_plugin?` function now takes a second argument which is a
version constraint requirement. [GH-4650]
- core: ".vagrantplugins" file in the same file as your Vagrantfile
- core: ".vagrantplugins" file in the same folder as your Vagrantfile
will be loaded for defining inline plugins. [GH-3775]
- commands/plugin: Plugin list machine-readable output contains the plugin
name as the target for versions and other info. [GH-4506]