From 86bb6105d553fc391bf9707082f5a6336bda7f86 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 8 Jan 2014 08:56:36 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebaf111ed..8c0158d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ FEATURES: insert a keypair into the machine. - Plugin versions can now be constrained to a range of versions. Example: `vagrant plugin install foo --plugin-version "> 1.0, < 1.1"` + - Host-specific operations now use a "host capabilities" system much like + guests have used "guest capabilities" for a few releases now. This allows + plugin developers to create pluggable host-specific capabilities and makes + further integrating Vagrant with new operating systems even easier. IMPROVEMENTS: