From 458ccf7a772f079bac0e135027ffe79d7b8db39b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Apr 2014 10:17:15 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef234b05..74a8180b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ IMPROVEMENTS: - commands/ssh-config: Works without a target in multi-machine envs [GH-2844] +PLUGIN AUTHOR CHANGES: + + - provider: Providers can now specify that boxes are optional. This lets + you use the provider without a `config.vm.box`. Useful for providers like + AWS or Docker. + - provider: A new class-level `usable?` method can be implemented on the + provider implementation. This returns or raises an error when the + provider is not usable (i.e. VirtualBox isn't installed for VirtualBox) + ## 1.5.4 (April 21, 2014) IMPROVEMENTS: